X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FMacCompatibility.h;h=d49a42b50a309154ed2fd95a041ee7debbb76ad3;hb=3c8f67c3c66a86fc9e45469ce2fed4222d486c9f;hp=808c057d0ceecf6a3ff9829e9b6a37e822fa1c65;hpb=c26c5303fbc3fcc607681b848bc4fd0641320691;p=lugaru.git diff --git a/Source/MacCompatibility.h b/Source/MacCompatibility.h index 808c057..d49a42b 100644 --- a/Source/MacCompatibility.h +++ b/Source/MacCompatibility.h @@ -77,10 +77,10 @@ inline bool isnormal( double x) int ret = _fpclass( x); return (ret == _FPCLASS_NN || ret == _FPCLASS_PN); } +#else +#include #endif -typedef unsigned int uintptr_t; - // fix file names to use '/' instead of ':' char* ConvertFileName( const char* orgfilename, const char *mode = "rb" );