fixed problem with 'boolean' typedef when compiling with MinGW environment
[rocksndiamonds.git] / src / libgame / types.h
index acc2c236f35a3f06ba434e90c973015bb9bcaa63..1278a553a6418c85f6ee2f1bde885f78ca8594fa 100644 (file)
@@ -18,9 +18,9 @@
 #include <string.h>
 #include <sys/types.h>
 
-typedef int boolean;
 
 #if !defined(PLATFORM_WIN32)
+typedef int boolean;
 typedef unsigned char byte;
 #endif