ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

new.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.