ReactOS 0.4.16-dev-122-g325d74c
|
#include <stdlib.h>
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <ntstatus.h>
Go to the source code of this file.
Classes | |
union | FT |
Macros | |
#define | _NTSYSTEM_ |
#define | WIN32_LEAN_AND_MEAN |
#define | WIN32_NO_STATUS |
#define | DEFAULT_SECURITY_COOKIE 0xBB40E64E |
#define | UNW_FLAG_NHANDLER 0x00 |
Typedefs | |
typedef LONG | NTSTATUS |
Functions | |
void __cdecl | __security_init_cookie (void) |
__declspec (noreturn) | |
#define _NTSYSTEM_ |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 6 of file gs_support.c.
#define DEFAULT_SECURITY_COOKIE 0xBB40E64E |
Definition at line 25 of file gs_support.c.
#define UNW_FLAG_NHANDLER 0x00 |
Definition at line 32 of file gs_support.c.
#define WIN32_LEAN_AND_MEAN |
Definition at line 8 of file gs_support.c.
#define WIN32_NO_STATUS |
Definition at line 10 of file gs_support.c.
Definition at line 30 of file gs_support.c.
__declspec | ( | noreturn | ) |
Definition at line 105 of file gs_support.c.
Definition at line 55 of file gs_support.c.
Referenced by _IRQL_requires_max_().
DECLSPEC_SELECTANY UINT_PTR __security_cookie = DEFAULT_SECURITY_COOKIE |
Definition at line 49 of file gs_support.c.
Referenced by __security_init_cookie().
DECLSPEC_SELECTANY UINT_PTR __security_cookie_complement = ~(DEFAULT_SECURITY_COOKIE) |
Definition at line 50 of file gs_support.c.
Referenced by __security_init_cookie().
|
static |
Definition at line 42 of file gs_support.c.
|
static |
Definition at line 44 of file gs_support.c.
|
static |
Definition at line 41 of file gs_support.c.