Explorar el Código

Make SDL2 able to build or PSP with cmake

Wouter Wijsman hace 4 años
padre
commit
a79b642638
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/libm/math_private.h

+ 1 - 1
src/libm/math_private.h

@@ -27,7 +27,7 @@
 #define libm_hidden_def(x)
 #define strong_alias(x, y)
 
-#ifndef __HAIKU__ /* already defined in a system header. */
+#if !defined(__HAIKU__) && !defined(__PSP__) /* already defined in a system header. */
 typedef unsigned int u_int32_t;
 #endif