boehm-gc: revert all CACAO-specific modifications; this is now an exact copy of the...
[cacao.git] / src / mm / boehm-gc / windows-untested / stdafx.h
1 #define WIN32_LEAN_AND_MEAN
2 #include <windows.h>
3
4 #pragma warning(error: 4013) // function undefined; assuming extern returning int
5
6 #ifdef _MT
7 #  define GC_THREADS 1
8 #endif
9
10 #ifdef _DEBUG
11 #  define GC_DEBUG
12 #endif
13
14 #define SILENT 1
15
16 #define __STDC__ 1
17
18 #define SAVE_CALL_CHAIN
19
20 #define SAVE_CALL_COUNT 8