1defines that affect compilation
2
3_WIN32
4	this should be defined for Win32 platforms
5
6DEBUG_MUTEXES
7	define this to turn on mutex debugging.  this will log locks/unlocks.
8
9CHECK_MUTEXES (DEBUG_MUTEXES must also be defined)
10	checks to make sure mutex operations make sense.  ie, multi_mutex is locked
11	when locking multiple mutexes, etc.
12
13THREAD_DEBUG (define to 1-4)
14	turns on the thread.log logging
15
16
17
18
19
20
21