stdafx.h 266 B

123456789101112131415
  1. #define WIN32_LEAN_AND_MEAN
  2. #include <windows.h>
  3. #pragma warning(error: 4013) // function undefined; assuming extern returning int
  4. #ifdef _MT
  5. # define GC_THREADS 1
  6. #endif
  7. #ifdef _DEBUG
  8. # define GC_DEBUG
  9. #endif
  10. #define SAVE_CALL_CHAIN
  11. #define SAVE_CALL_COUNT 8