]> git.jsancho.org Git - lugaru.git/blobdiff - Source/MacCompatibility.h
Force a double-buffered GL context.
[lugaru.git] / Source / MacCompatibility.h
index 808c057d0ceecf6a3ff9829e9b6a37e822fa1c65..d49a42b50a309154ed2fd95a041ee7debbb76ad3 100644 (file)
@@ -77,10 +77,10 @@ inline bool isnormal( double x)
        int ret = _fpclass( x);
        return (ret == _FPCLASS_NN || ret == _FPCLASS_PN);
 }
+#else
+#include <stdint.h>
 #endif
 
-typedef unsigned int uintptr_t;
-
 
 // fix file names to use '/' instead of ':'
 char* ConvertFileName( const char* orgfilename, const char *mode = "rb" );