ReactOS 0.4.15-dev-7998-gdb93cb1
_evc.h File Reference
#include <stl/config/_msvc.h>
Include dependency graph for _evc.h:

Go to the source code of this file.

Macros

#define _STLP_COMPILER   "eMbedded Visual C++"
 
#define _STLP_WCE
 
#define _STLP_LITTLE_ENDIAN
 
#define _STLP_NO_LOCALE_SUPPORT
 
#define _MT
 
#define _STLP_NO_LONG_DOUBLE
 
#define _STLP_NO_VENDOR_MATH_F
 
#define _STLP_NO_VENDOR_MATH_L
 
#define _REENTRANT
 
#define _STLP_NO_NEW_C_HEADERS
 
#define _STLP_NO_EXCEPTION_HEADER
 
#define _STLP_NO_EXCEPTIONS
 
#define _STLP_THROW_BAD_ALLOC   { _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); }
 
#define _STLP_WINCE_TRACE(msg)   OutputDebugString(msg)
 
#define _STLP_ABORT()   TerminateProcess(reinterpret_cast<HANDLE>(66), 0)
 
#define _ABORT_DEFINED
 

Macro Definition Documentation

◆ _ABORT_DEFINED

#define _ABORT_DEFINED

Definition at line 327 of file _evc.h.

◆ _MT

#define _MT

Definition at line 64 of file _evc.h.

◆ _REENTRANT

#define _REENTRANT

Definition at line 121 of file _evc.h.

◆ _STLP_ABORT

#define _STLP_ABORT ( )    TerminateProcess(reinterpret_cast<HANDLE>(66), 0)

Definition at line 326 of file _evc.h.

◆ _STLP_COMPILER

#define _STLP_COMPILER   "eMbedded Visual C++"

Definition at line 11 of file _evc.h.

◆ _STLP_LITTLE_ENDIAN

#define _STLP_LITTLE_ENDIAN

Definition at line 41 of file _evc.h.

◆ _STLP_NO_EXCEPTION_HEADER

#define _STLP_NO_EXCEPTION_HEADER

Definition at line 130 of file _evc.h.

◆ _STLP_NO_EXCEPTIONS

#define _STLP_NO_EXCEPTIONS

Definition at line 131 of file _evc.h.

◆ _STLP_NO_LOCALE_SUPPORT

#define _STLP_NO_LOCALE_SUPPORT

Definition at line 52 of file _evc.h.

◆ _STLP_NO_LONG_DOUBLE

#define _STLP_NO_LONG_DOUBLE

Definition at line 72 of file _evc.h.

◆ _STLP_NO_NEW_C_HEADERS

#define _STLP_NO_NEW_C_HEADERS

Definition at line 126 of file _evc.h.

◆ _STLP_NO_VENDOR_MATH_F

#define _STLP_NO_VENDOR_MATH_F

Definition at line 76 of file _evc.h.

◆ _STLP_NO_VENDOR_MATH_L

#define _STLP_NO_VENDOR_MATH_L

Definition at line 77 of file _evc.h.

◆ _STLP_THROW_BAD_ALLOC

#define _STLP_THROW_BAD_ALLOC   { _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); }

Definition at line 134 of file _evc.h.

◆ _STLP_WCE

#define _STLP_WCE

Definition at line 37 of file _evc.h.

◆ _STLP_WINCE_TRACE

#define _STLP_WINCE_TRACE (   msg)    OutputDebugString(msg)

Definition at line 138 of file _evc.h.