/home/ntakagi/work/STLport-5.1.5/stlport/stl/config/_evc.h File Reference#include <stl/config/_msvc.h>
#include <stl/config/_native_headers.h>
Go to the source code of this file.
Define Documentation
#define __THROW_BAD_ALLOC { _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); } |
#define _STLP_ABORT |
( |
|
) |
TerminateProcess(reinterpret_cast<HANDLE>(66), 0) |
#define _STLP_COMPILER "eMbedded Visual C++" |
#define _STLP_LITTLE_ENDIAN |
#define _STLP_NO_EXCEPTION_HEADER |
#define _STLP_NO_EXCEPTIONS |
#define _STLP_NO_LOCALE_SUPPORT |
#define _STLP_NO_LONG_DOUBLE |
#define _STLP_NO_NEW_C_HEADERS |
#define _STLP_NO_VENDOR_MATH_F |
#define _STLP_NO_VENDOR_MATH_L |
#define _STLP_WINCE_TRACE |
( |
msg |
|
) |
OutputDebugString(msg) |
#define WIN32_LEAN_AND_MEAN |
Generated on Mon Mar 10 15:32:50 2008 by
1.5.1
|