Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygennew.h
Go to the documentation of this file.
00001 00006 #ifndef _INC_NEW 00007 #define _INC_NEW 00008 00009 #ifdef __cplusplus 00010 00011 #include <new> 00012 00013 #include <crtdefs.h> 00014 00015 #pragma push_macro("new") 00016 #undef new 00017 00018 #ifndef __NOTHROW_T_DEFINED 00019 #define __NOTHROW_T_DEFINED 00020 #endif 00021 00022 #ifndef __PLACEMENT_NEW_INLINE 00023 #define __PLACEMENT_NEW_INLINE 00024 #endif 00025 00026 _CRTIMP int __cdecl _query_new_mode(void); 00027 _CRTIMP int __cdecl _set_new_mode(int _NewMode); 00028 00029 #ifndef _PNH_DEFINED 00030 typedef int (__cdecl *_PNH)(size_t); 00031 #define _PNH_DEFINED 00032 #endif 00033 00034 _CRTIMP _PNH __cdecl _query_new_handler(void); 00035 _CRTIMP _PNH __cdecl _set_new_handler(_PNH _NewHandler); 00036 00037 #ifndef _NO_ANSI_NH_DEFINED 00038 #define _NO_ANSI_NEW_HANDLER ((new_handler)-1) 00039 #define _NO_ANSI_NEW_HANDLER_M ((_new_handler_m)-1) 00040 #define _NO_ANSI_NH_DEFINED 00041 #endif 00042 00043 #pragma pop_macro("new") 00044 #endif 00045 #endif Generated on Sun May 27 2012 04:28:47 for ReactOS by
1.7.6.1
|