Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
355 B

  1. // --------------------------------------------------------------------------------
  2. // Override new and delete operator
  3. // --------------------------------------------------------------------------------
  4. #ifndef __NEWDEL_
  5. #define __NEWDEL_
  6. #ifdef DEBUG
  7. extern ULONG g_cObjectNew;
  8. extern ULONG g_cObjectDel;
  9. #endif
  10. #endif // __NEWDEL_