15 #pragma pack(push, _CRT_PACKING)
18 #pragma warning(disable: 4985) // attributes not present on previous declaration
20 #pragma push_macro("new")
23 #ifndef __NOTHROW_T_DEFINED
24 #define __NOTHROW_T_DEFINED
29 #ifdef _CRT_ENABLE_SELECTANY_NOTHROW
30 extern __declspec(selectany) nothrow_t const nothrow;
32 extern nothrow_t
const nothrow;
87 #ifndef __PLACEMENT_NEW_INLINE
88 #define __PLACEMENT_NEW_INLINE
96 inline void __CRTDECL operator delete(
void*,
void*)
throw()
102 #ifndef __PLACEMENT_VEC_NEW_INLINE
103 #define __PLACEMENT_VEC_NEW_INLINE
111 inline void __CRTDECL operator delete[](
void*,
void*)
throw()
116 #pragma pop_macro("new")
122 #endif // __cplusplus
return
Definition: corecrt_memcpy_s.h:60
#define _Ret_maybenull_
Definition: sal.h:526
_CRT_BEGIN_C_HEADER _Check_return_ _Ret_maybenull_ _In_ size_t _Size
Definition: corecrt_malloc.h:58
#define __CRTDECL
Definition: vcruntime.h:156
_CRT_BEGIN_C_HEADER typedef void(__CRTDECL *terminate_handler)()
__interface __declspec(uuid("00000035-0000-0000-C000-000000000046")) __abi_IActivationFactory
Definition: vccorlib.h:286
#define _Ret_notnull_
Definition: sal.h:525
#define _VCRT_ALLOCATOR
Definition: vcruntime.h:163
#define _Post_writable_byte_size_(size)
Definition: sal.h:649
#define _Writable_bytes_(size)
Definition: sal.h:634
#define _Success_(expr)
Definition: sal.h:256
#define NULL
Definition: corecrt.h:158