Import boehm-gc snapshot, taken from
[official-gcc.git] / boehm-gc / windows-untested / stdafx.h
blob7f5dcf1c31de1a6ed1a406860b694354739f6a71
1 #define WIN32_LEAN_AND_MEAN
2 #include <windows.h>
4 #pragma warning(error: 4013) // function undefined; assuming extern returning int
6 #ifdef _MT
7 # define GC_THREADS 1
8 #endif
10 #ifdef _DEBUG
11 # define GC_DEBUG
12 #endif
14 #define SAVE_CALL_CHAIN
15 #define SAVE_CALL_COUNT 8