ReactOS 0.4.15-dev-7918-g2a2556c
_reactos.h File Reference
#include "_windows.h"
Include dependency graph for _reactos.h:

Go to the source code of this file.

Macros

#define _STLP_WIN32
 
#define _STLP_IMPORT_DECLSPEC   __declspec(dllimport)
 
#define _STLP_EXPORT_DECLSPEC   __declspec(dllexport)
 
#define _STLP_UINT32_T   unsigned __int32
 
#define _STLP_LONG_LONG   __int64
 
#define _STLP_NO_TYPEINFO   1
 
#define _STLP_NO_STATIC_CONST_DEFINITION
 
#define MKSTRING_(a)   #a
 
#define MKSTRING(a)   MKSTRING_(a)
 
#define _STLP_NATIVE_C_HEADER(header)   MKSTRING(NATIVE_C_INCLUDE/header)
 
#define _STLP_NATIVE_CPP_C_HEADER(header)   MKSTRING(NATIVE_CPP_INCLUDE/header)
 
#define _STLP_NATIVE_CPP_RUNTIME_HEADER(header)   MKSTRING(NATIVE_CPP_INCLUDE/header)
 
#define _STLP_NO_VENDOR_STDLIB_L
 
#define _STLP_GLOBAL_NEW_HANDLER
 
#define _STLP_VENDOR_TERMINATE_STD
 
#define _STLP_NO_OWN_NAMESPACE
 
#define _STLP_CALL   __cdecl
 
#define _STLP_THREADS
 

Macro Definition Documentation

◆ _STLP_CALL

#define _STLP_CALL   __cdecl

Definition at line 303 of file _reactos.h.

◆ _STLP_EXPORT_DECLSPEC

#define _STLP_EXPORT_DECLSPEC   __declspec(dllexport)

Definition at line 43 of file _reactos.h.

◆ _STLP_GLOBAL_NEW_HANDLER

#define _STLP_GLOBAL_NEW_HANDLER

Definition at line 294 of file _reactos.h.

◆ _STLP_IMPORT_DECLSPEC

#define _STLP_IMPORT_DECLSPEC   __declspec(dllimport)

Definition at line 42 of file _reactos.h.

◆ _STLP_LONG_LONG

#define _STLP_LONG_LONG   __int64

Definition at line 61 of file _reactos.h.

◆ _STLP_NATIVE_C_HEADER

#define _STLP_NATIVE_C_HEADER (   header)    MKSTRING(NATIVE_C_INCLUDE/header)

Definition at line 273 of file _reactos.h.

◆ _STLP_NATIVE_CPP_C_HEADER

#define _STLP_NATIVE_CPP_C_HEADER (   header)    MKSTRING(NATIVE_CPP_INCLUDE/header)

Definition at line 274 of file _reactos.h.

◆ _STLP_NATIVE_CPP_RUNTIME_HEADER

#define _STLP_NATIVE_CPP_RUNTIME_HEADER (   header)    MKSTRING(NATIVE_CPP_INCLUDE/header)

Definition at line 275 of file _reactos.h.

◆ _STLP_NO_OWN_NAMESPACE

#define _STLP_NO_OWN_NAMESPACE

Definition at line 300 of file _reactos.h.

◆ _STLP_NO_STATIC_CONST_DEFINITION

#define _STLP_NO_STATIC_CONST_DEFINITION

Definition at line 217 of file _reactos.h.

◆ _STLP_NO_TYPEINFO

#define _STLP_NO_TYPEINFO   1

Definition at line 137 of file _reactos.h.

◆ _STLP_NO_VENDOR_STDLIB_L

#define _STLP_NO_VENDOR_STDLIB_L

Definition at line 291 of file _reactos.h.

◆ _STLP_THREADS

#define _STLP_THREADS

Definition at line 306 of file _reactos.h.

◆ _STLP_UINT32_T

#define _STLP_UINT32_T   unsigned __int32

Definition at line 52 of file _reactos.h.

◆ _STLP_VENDOR_TERMINATE_STD

#define _STLP_VENDOR_TERMINATE_STD

Definition at line 297 of file _reactos.h.

◆ _STLP_WIN32

#define _STLP_WIN32

Definition at line 39 of file _reactos.h.

◆ MKSTRING

#define MKSTRING (   a)    MKSTRING_(a)

Definition at line 272 of file _reactos.h.

◆ MKSTRING_

#define MKSTRING_ (   a)    #a

Definition at line 271 of file _reactos.h.