Explorar o código

Make SDL2 able to build or PSP with cmake

Wouter Wijsman %!s(int64=4) %!d(string=hai) anos
pai
achega
a79b642638
Modificáronse 1 ficheiros con 1 adicións e 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