OSX build fix

This commit is contained in:
skidau
2013-01-10 00:06:35 +11:00
parent 91fe5cc821
commit 8494a439c7
3 changed files with 6 additions and 6 deletions

View File

@ -62,9 +62,9 @@ typedef unsigned long ulong;
#ifndef _WINDEF_
// if these aren't defined already by Windows headers, define now
#if !defined(__APPLE__)
typedef int BOOL;
#endif
#define FALSE 0
#define TRUE 1