13#define _CPPLIB_VER 405
14#define __PURE_APPDOMAIN_GLOBAL
17#define __CRTDECL __cdecl
22#define _MULTI_THREAD 1
23#define _IOSTREAM_OP_LOCKS 1
24#define _GLOBAL_LOCALE 0
26#define _COMPILER_TLS 1
27#define _TLS_QUAL __declspec(thread)
29#ifndef _HAS_EXCEPTIONS
30#define _HAS_EXCEPTIONS 1
34#define _HAS_NAMESPACE 1
37#ifndef _HAS_IMMUTABLE_SETS
38#define _HAS_IMMUTABLE_SETS 0
41#ifndef _HAS_STRICT_CONFORMANCE
42#define _HAS_STRICT_CONFORMANCE 0
45#define _GLOBAL_USING 1
46#define _HAS_ITERATOR_DEBUGGING 0
48#define __STR2WSTR(str) L##str
49#define _STR2WSTR(str) __STR2WSTR(str)
51#define __FILEW__ _STR2WSTR(__FILE__)
52#define __FUNCTIONW__ _STR2WSTR(__FUNCTION__)
54#define _SCL_SECURE_INVALID_PARAMETER(expr) ::_invalid_parameter_noinfo()
56#define _SCL_SECURE_INVALID_ARGUMENT_NO_ASSERT _SCL_SECURE_INVALID_PARAMETER("invalid argument")
57#define _SCL_SECURE_OUT_OF_RANGE_NO_ASSERT _SCL_SECURE_INVALID_PARAMETER("out of range")
58#define _SCL_SECURE_ALWAYS_VALIDATE(cond) { if (!(cond)) { _ASSERTE((#cond,0)); _SCL_SECURE_INVALID_ARGUMENT_NO_ASSERT; } }
60#define _SCL_SECURE_ALWAYS_VALIDATE_RANGE(cond) { if (!(cond)) { _ASSERTE((#cond,0)); _SCL_SECURE_OUT_OF_RANGE_NO_ASSERT; } }
62#define _SCL_SECURE_CRT_VALIDATE(cond,retvalue) { if (!(cond)) { _ASSERTE((#cond,0)); _SCL_SECURE_INVALID_PARAMETER(cond); return (retvalue); } }
64#define _SCL_SECURE_VALIDATE(cond)
65#define _SCL_SECURE_VALIDATE_RANGE(cond)
67#define _SCL_SECURE_INVALID_ARGUMENT
68#define _SCL_SECURE_OUT_OF_RANGE
70#define _SCL_SECURE_MOVE(func,dst,size,src,count) func((dst),(src),(count))
71#define _SCL_SECURE_COPY(func,dst,size,src,count) func((dst),(src),(count))
73#define _SECURE_VALIDATION _Secure_validation
75#define _SECURE_VALIDATION_DEFAULT false
77#define _SCL_SECURE_TRAITS_VALIDATE(cond)
78#define _SCL_SECURE_TRAITS_VALIDATE_RANGE(cond)
80#define _SCL_SECURE_TRAITS_INVALID_ARGUMENT
81#define _SCL_SECURE_TRAITS_OUT_OF_RANGE
83#define _CRT_SECURE_MEMCPY(dest,destsize,source,count) ::memcpy((dest),(source),(count))
84#define _CRT_SECURE_MEMMOVE(dest,destsize,source,count) ::memmove((dest),(source),(count))
85#define _CRT_SECURE_WMEMCPY(dest,destsize,source,count) ::wmemcpy((dest),(source),(count))
86#define _CRT_SECURE_WMEMMOVE(dest,destsize,source,count) ::wmemmove((dest),(source),(count))
92#ifndef _CRTIMP2_NCEEPURE
93#define _CRTIMP2_NCEEPURE _CRTIMP
101#define _MRTIMP2_NCEE _CRTIMP
104#ifndef _MRTIMP2_NCEEPURE
105#define _MRTIMP2_NCEEPURE _CRTIMP
108#ifndef _MRTIMP2_NPURE_NCEEPURE
109#define _MRTIMP2_NPURE_NCEEPURE
115#define _CRTIMP2_PURE _CRTIMP
119#define _CRTDATA2 _CRTIMP
125#define _STD_BEGIN namespace std {
129#define _STDEXT_BEGIN namespace stdext {
131#define _STDEXT ::stdext::
134#define _C_STD_BEGIN namespace std {
144#define _C_LIB_DECL extern "C" {
145#define _END_C_LIB_DECL }
146#define _EXTERN_C extern "C" {
147#define _END_EXTERN_C }
158#define _END_C_LIB_DECL
163#define _Restrict restrict
171#define _LONGLONG __int64
172#define _ULONGLONG unsigned __int64
173#define _LLONG_MAX 0x7fffffffffffffffLL
174#define _ULLONG_MAX 0xffffffffffffffffULL
178#define _MAX_EXP_DIG 8
179#define _MAX_INT_DIG 32
180#define _MAX_SIG_DIG 36
187#ifndef _FPOS_T_DEFINED
188#define _FPOSOFF(fp) ((long)(fp))
195#define _LOCK_LOCALE 0
196#define _LOCK_MALLOC 1
197#define _LOCK_STREAM 2
209 static void __cdecl _Lockit_ctor(
int);
210 static void __cdecl _Lockit_dtor(
int);
212 static void __cdecl _Lockit_ctor(_Lockit *);
213 static void __cdecl _Lockit_ctor(_Lockit *,
int);
214 static void __cdecl _Lockit_dtor(_Lockit *);
215 _Lockit(
const _Lockit&);
216 _Lockit& operator=(
const _Lockit&);
220#define _BEGIN_LOCK(_Kind) { _STD _Lockit _Lock(_Kind);
222#define _BEGIN_LOCINFO(_VarName) { _Locinfo _VarName;
223#define _END_LOCINFO() }
224#define _RELIABILITY_CONTRACT
233 static void __cdecl _Mutex_ctor(_Mutex *);
234 static void __cdecl _Mutex_dtor(_Mutex *);
235 static void __cdecl _Mutex_Lock(_Mutex *);
236 static void __cdecl _Mutex_Unlock(_Mutex *);
237 _Mutex(
const _Mutex&);
238 _Mutex& operator=(
const _Mutex&);
247 static void __cdecl _Init_locks_ctor(_Init_locks *);
248 static void __cdecl _Init_locks_dtor(_Init_locks *);
254#ifndef _RELIABILITY_CONTRACT
255#define _RELIABILITY_CONTRACT
263#define _ATEXIT_T void
264#define _Mbstinit(x) mbstate_t x = {0}
267#define _EXTERN_TEMPLATE template
268#define _THROW_BAD_ALLOC _THROW1(...)
#define __MINGW_EXTENSION
__MINGW_EXTENSION typedef _LONGLONG _Longlong
_C_STD_BEGIN _CRTIMP void __cdecl _Atexit(void(__cdecl *)(void))
__MINGW_EXTENSION typedef _ULONGLONG _ULonglong