ReactOS 0.4.15-dev-7953-g1f49173
_msvc.h File Reference
Include dependency graph for _msvc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _STLP_COMPILER   "Microsoft Visual Studio C++"
 
#define _STLP_MSVC   _MSC_VER
 
#define _STLP_MSVC_LIB   _MSC_VER
 
#define _STLP_CALL   __cdecl
 
#define _STLP_LONG_LONG   __int64
 
#define _STLP_PRAGMA_ONCE
 
#define _STLP_DONT_USE_EXCEPTIONS   1
 
#define _STLP_NO_RTTI   1
 
#define _STLP_WCHAR_T_IS_USHORT   1
 
#define _STLP_NO_VENDOR_STDLIB_L   1
 
#define _STLP_NORETURN_FUNCTION   __declspec(noreturn)
 
#define _STLP_MSVC50_COMPATIBILITY   1
 
#define _STLP_DLLEXPORT_NEEDS_PREDECLARATION   1
 
#define _STLP_HAS_SPECIFIC_PROLOG_EPILOG   1
 
#define _STLP_NO_STATIC_CONST_DEFINITION   1
 
#define _STLP_NOTHROW
 
#define _STLP_STATIC_CONST_INIT_BUG   1
 
#define _STLP_NO_CLASS_PARTIAL_SPECIALIZATION   1
 
#define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER   1
 
#define _STLP_USE_OLD_HP_ITERATOR_QUERIES
 
#define _STLP_NO_TYPENAME_IN_TEMPLATE_HEADER
 
#define _STLP_NO_METHOD_SPECIALIZATION   1
 
#define _STLP_DEF_CONST_PLCT_NEW_BUG   1
 
#define _STLP_NO_TYPENAME_ON_RETURN_TYPE   1
 
#define _STLP_NEEDS_EXTRA_TEMPLATE_CONSTRUCTORS
 
#define _STLP_NO_QUALIFIED_FRIENDS   1
 
#define _STLP_NO_MEMBER_TEMPLATE_KEYWORD   1
 
#define _STLP_DONT_SUPPORT_REBIND_MEMBER_TEMPLATE   1
 
#define _STLP_HAS_NATIVE_FLOAT_ABS   1
 
#define _STLP_NO_USING_FOR_GLOBAL_FUNCTIONS   1
 
#define _STLP_DONT_USE_BOOL_TYPEDEF   1
 
#define _STLP_DONT_RETURN_VOID   1
 
#define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS   1
 
#define _STLP_USE_ABBREVS
 
#define _STLP_VENDOR_GLOBAL_CSTD
 
#define _STLP_GLOBAL_NEW_HANDLER   1
 
#define _STLP_VENDOR_UNEXPECTED_STD
 
#define _STLP_NEW_DONT_THROW_BAD_ALLOC   1
 
#define _STLP_EXPORT_DECLSPEC   __declspec(dllexport)
 
#define _STLP_IMPORT_DECLSPEC   __declspec(dllimport)
 
#define _STLP_CLASS_EXPORT_DECLSPEC   __declspec(dllexport)
 
#define _STLP_CLASS_IMPORT_DECLSPEC   __declspec(dllimport)
 
#define _STLP_IMPORT_TEMPLATE_KEYWORD
 
#define _STLP_EXPORT_TEMPLATE_KEYWORD
 

Macro Definition Documentation

◆ _STLP_CALL

#define _STLP_CALL   __cdecl

Definition at line 41 of file _msvc.h.

◆ _STLP_CLASS_EXPORT_DECLSPEC

#define _STLP_CLASS_EXPORT_DECLSPEC   __declspec(dllexport)

Definition at line 216 of file _msvc.h.

◆ _STLP_CLASS_IMPORT_DECLSPEC

#define _STLP_CLASS_IMPORT_DECLSPEC   __declspec(dllimport)

Definition at line 217 of file _msvc.h.

◆ _STLP_COMPILER

#define _STLP_COMPILER   "Microsoft Visual Studio C++"

Definition at line 7 of file _msvc.h.

◆ _STLP_DEF_CONST_PLCT_NEW_BUG

#define _STLP_DEF_CONST_PLCT_NEW_BUG   1

Definition at line 136 of file _msvc.h.

◆ _STLP_DLLEXPORT_NEEDS_PREDECLARATION

#define _STLP_DLLEXPORT_NEEDS_PREDECLARATION   1

Definition at line 94 of file _msvc.h.

◆ _STLP_DONT_RETURN_VOID

#define _STLP_DONT_RETURN_VOID   1

Definition at line 177 of file _msvc.h.

◆ _STLP_DONT_SUPPORT_REBIND_MEMBER_TEMPLATE

#define _STLP_DONT_SUPPORT_REBIND_MEMBER_TEMPLATE   1

Definition at line 145 of file _msvc.h.

◆ _STLP_DONT_USE_BOOL_TYPEDEF

#define _STLP_DONT_USE_BOOL_TYPEDEF   1

Definition at line 176 of file _msvc.h.

◆ _STLP_DONT_USE_EXCEPTIONS

#define _STLP_DONT_USE_EXCEPTIONS   1

Definition at line 55 of file _msvc.h.

◆ _STLP_EXPORT_DECLSPEC

#define _STLP_EXPORT_DECLSPEC   __declspec(dllexport)

Definition at line 214 of file _msvc.h.

◆ _STLP_EXPORT_TEMPLATE_KEYWORD

#define _STLP_EXPORT_TEMPLATE_KEYWORD

Definition at line 246 of file _msvc.h.

◆ _STLP_GLOBAL_NEW_HANDLER

#define _STLP_GLOBAL_NEW_HANDLER   1

Definition at line 209 of file _msvc.h.

◆ _STLP_HAS_NATIVE_FLOAT_ABS

#define _STLP_HAS_NATIVE_FLOAT_ABS   1

Definition at line 148 of file _msvc.h.

◆ _STLP_HAS_SPECIFIC_PROLOG_EPILOG

#define _STLP_HAS_SPECIFIC_PROLOG_EPILOG   1

Definition at line 95 of file _msvc.h.

◆ _STLP_IMPORT_DECLSPEC

#define _STLP_IMPORT_DECLSPEC   __declspec(dllimport)

Definition at line 215 of file _msvc.h.

◆ _STLP_IMPORT_TEMPLATE_KEYWORD

#define _STLP_IMPORT_TEMPLATE_KEYWORD

Definition at line 241 of file _msvc.h.

◆ _STLP_LONG_LONG

#define _STLP_LONG_LONG   __int64

Definition at line 44 of file _msvc.h.

◆ _STLP_MSVC

#define _STLP_MSVC   _MSC_VER

Definition at line 11 of file _msvc.h.

◆ _STLP_MSVC50_COMPATIBILITY

#define _STLP_MSVC50_COMPATIBILITY   1

Definition at line 91 of file _msvc.h.

◆ _STLP_MSVC_LIB

#define _STLP_MSVC_LIB   _MSC_VER

Definition at line 15 of file _msvc.h.

◆ _STLP_NEEDS_EXTRA_TEMPLATE_CONSTRUCTORS

#define _STLP_NEEDS_EXTRA_TEMPLATE_CONSTRUCTORS

Definition at line 139 of file _msvc.h.

◆ _STLP_NEW_DONT_THROW_BAD_ALLOC

#define _STLP_NEW_DONT_THROW_BAD_ALLOC   1

Definition at line 211 of file _msvc.h.

◆ _STLP_NO_CLASS_PARTIAL_SPECIALIZATION

#define _STLP_NO_CLASS_PARTIAL_SPECIALIZATION   1

Definition at line 130 of file _msvc.h.

◆ _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS

#define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS   1

Definition at line 181 of file _msvc.h.

◆ _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER

#define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER   1

Definition at line 131 of file _msvc.h.

◆ _STLP_NO_MEMBER_TEMPLATE_KEYWORD

#define _STLP_NO_MEMBER_TEMPLATE_KEYWORD   1

Definition at line 144 of file _msvc.h.

◆ _STLP_NO_METHOD_SPECIALIZATION

#define _STLP_NO_METHOD_SPECIALIZATION   1

Definition at line 135 of file _msvc.h.

◆ _STLP_NO_QUALIFIED_FRIENDS

#define _STLP_NO_QUALIFIED_FRIENDS   1

Definition at line 140 of file _msvc.h.

◆ _STLP_NO_RTTI

#define _STLP_NO_RTTI   1

Definition at line 59 of file _msvc.h.

◆ _STLP_NO_STATIC_CONST_DEFINITION

#define _STLP_NO_STATIC_CONST_DEFINITION   1

Definition at line 96 of file _msvc.h.

◆ _STLP_NO_TYPENAME_IN_TEMPLATE_HEADER

#define _STLP_NO_TYPENAME_IN_TEMPLATE_HEADER

Definition at line 134 of file _msvc.h.

◆ _STLP_NO_TYPENAME_ON_RETURN_TYPE

#define _STLP_NO_TYPENAME_ON_RETURN_TYPE   1

Definition at line 137 of file _msvc.h.

◆ _STLP_NO_USING_FOR_GLOBAL_FUNCTIONS

#define _STLP_NO_USING_FOR_GLOBAL_FUNCTIONS   1

Definition at line 174 of file _msvc.h.

◆ _STLP_NO_VENDOR_STDLIB_L

#define _STLP_NO_VENDOR_STDLIB_L   1

Definition at line 70 of file _msvc.h.

◆ _STLP_NORETURN_FUNCTION

#define _STLP_NORETURN_FUNCTION   __declspec(noreturn)

Definition at line 78 of file _msvc.h.

◆ _STLP_NOTHROW

#define _STLP_NOTHROW

Note: the macro _STLP_NO_UNCAUGHT_EXCEPT_SUPPORT is defined unconditionally and undef'ed here when applicable.

Definition at line 124 of file _msvc.h.

◆ _STLP_PRAGMA_ONCE

#define _STLP_PRAGMA_ONCE

Definition at line 47 of file _msvc.h.

◆ _STLP_STATIC_CONST_INIT_BUG

#define _STLP_STATIC_CONST_INIT_BUG   1

Definition at line 129 of file _msvc.h.

◆ _STLP_USE_ABBREVS

#define _STLP_USE_ABBREVS

Definition at line 183 of file _msvc.h.

◆ _STLP_USE_OLD_HP_ITERATOR_QUERIES

#define _STLP_USE_OLD_HP_ITERATOR_QUERIES

Definition at line 133 of file _msvc.h.

◆ _STLP_VENDOR_GLOBAL_CSTD

#define _STLP_VENDOR_GLOBAL_CSTD

Definition at line 198 of file _msvc.h.

◆ _STLP_VENDOR_UNEXPECTED_STD

#define _STLP_VENDOR_UNEXPECTED_STD

Definition at line 210 of file _msvc.h.

◆ _STLP_WCHAR_T_IS_USHORT

#define _STLP_WCHAR_T_IS_USHORT   1

Definition at line 67 of file _msvc.h.