|
#define | _YVALS |
|
#define | _CPPLIB_VER 650 |
|
#define | _HAS_VARIABLE_TEMPLATES 1 |
|
#define | _NOEXCEPT noexcept |
|
#define | _NOEXCEPT_OP(x) noexcept(x) |
|
#define | _HAS_CXX17 0 |
|
#define | _HAS_AUTO_PTR_ETC 1 |
|
#define | _HAS_OLD_IOSTREAMS_MEMBERS 1 |
|
#define | _HAS_FUNCTION_ASSIGN 1 |
|
#define | _HAS_TR1_NAMESPACE 1 |
|
#define | _HAS_IDENTITY_STRUCT 1 |
|
#define | __PURE_APPDOMAIN_GLOBAL |
|
#define | _CRT_MSVCP_CURRENT "msvcp140.dll" |
|
#define | _MULTI_THREAD 1 /* nontrivial locks if multithreaded */ |
|
#define | _GLOBAL_USING 1 |
|
#define | _NO_LOCALES 0 |
|
#define | _HAS_ITERATOR_DEBUGGING 0 |
|
#define | _SECURE_SCL 0 |
|
#define | _ITERATOR_DEBUG_LEVEL 0 |
|
#define | _STRINGIZEX(x) #x |
|
#define | _STRINGIZE(x) _STRINGIZEX(x) |
|
#define | _ITERATOR_DEBUG_ARRAY_OVERLOADS 0 |
|
#define | _SECURE_SCL_DEPRECATE 1 |
|
#define | _SCL_INSECURE_DEPRECATE_FN(_Func) |
|
#define | _SCL_SECURE_INVALID_PARAMETER(expr) _CRT_SECURE_INVALID_PARAMETER(expr) |
|
#define | _SCL_SECURE_INVALID_ARGUMENT_NO_ASSERT _SCL_SECURE_INVALID_PARAMETER("invalid argument") |
|
#define | _SCL_SECURE_OUT_OF_RANGE_NO_ASSERT _SCL_SECURE_INVALID_PARAMETER("out of range") |
|
#define | _SCL_SECURE_ALWAYS_VALIDATE(cond) |
|
#define | _SCL_SECURE_ALWAYS_VALIDATE_RANGE(cond) |
|
#define | _SCL_SECURE_CRT_VALIDATE(cond, retvalue) |
|
#define | _SCL_SECURE_VALIDATE(cond) |
|
#define | _SCL_SECURE_VALIDATE_RANGE(cond) |
|
#define | _SCL_SECURE_INVALID_ARGUMENT |
|
#define | _SCL_SECURE_OUT_OF_RANGE |
|
#define | _CRT_SECURE_MEMCPY(dest, destsize, source, count) ::memcpy((dest), (source), (count)) |
|
#define | _CRT_SECURE_MEMMOVE(dest, destsize, source, count) ::memmove((dest), (source), (count)) |
|
#define | _CRT_SECURE_WMEMCPY(dest, destsize, source, count) ::wmemcpy((dest), (source), (count)) |
|
#define | _CRT_SECURE_WMEMMOVE(dest, destsize, source, count) ::wmemmove((dest), (source), (count)) |
|
#define | _CRTIMP2_NCEEPURE _CRTIMP2 |
|
#define | _MRTIMP2_PURE _MRTIMP2 |
|
#define | _MRTIMP2_PURE_NPURE _MRTIMP2_NPURE |
|
#define | _MRTIMP2_NPURE |
|
#define | _CRTIMP2_PURE _CRTIMP2 |
|
#define | _CRTDATA2 _CRTIMP2 |
|
#define | _STD_BEGIN |
|
#define | _STD_END |
|
#define | _STD |
|
#define | _C_STD_BEGIN |
|
#define | _C_STD_END |
|
#define | _CSTD |
|
#define | _C_LIB_DECL |
|
#define | _END_C_LIB_DECL |
|
#define | _EXTERN_C |
|
#define | _END_EXTERN_C |
|
#define | _LONGLONG long long |
|
#define | _ULONGLONG unsigned long long |
|
#define | _LLONG_MAX 0x7fffffffffffffff |
|
#define | _ULLONG_MAX 0xffffffffffffffff |
|
#define | _C2 1 /* 0 if not 2's complement */ |
|
#define | _MAX_EXP_DIG 8 /* for parsing numerics */ |
|
#define | _MAX_INT_DIG 32 |
|
#define | _MAX_SIG_DIG_V1 36 |
|
#define | _MAX_SIG_DIG_V2 768 |
|
#define | _Filet FILE |
|
#define | _IOBASE _base |
|
#define | _IOPTR _ptr |
|
#define | _IOCNT _cnt |
|
#define | _LOCK_LOCALE 0 |
|
#define | _LOCK_MALLOC 1 |
|
#define | _LOCK_STREAM 2 |
|
#define | _LOCK_DEBUG 3 |
|
#define | _LOCK_AT_THREAD_EXIT 4 |
|
#define | _RELIABILITY_CONTRACT |
|
#define | _Mbstinit(x) mbstate_t x = {} |
|