Make SDL2 able to build or PSP with cmake

main
Wouter Wijsman 2021-11-29 20:05:53 +01:00 committed by Ozkan Sezer
parent 21fd0047e3
commit a79b642638
1 changed files with 1 additions and 1 deletions

View File

@ -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