Explorar o código

WIN32 build fix

Jameson Nash %!s(int64=12) %!d(string=hai) anos
pai
achega
e9661c36af
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/fpmath.h

+ 1 - 1
include/fpmath.h

@@ -59,7 +59,7 @@
 #include <machine/endian.h>
 #endif
 
-#ifdef WIN32
+#ifdef __WIN32__
 #define _LITTLE_ENDIAN 1234
 #define _BIG_ENDIAN    4321
 #define _PDP_ENDIAN    3412