Procházet zdrojové kódy

SDL_platform.h: define TARGET_OS_SIMULATOR as 0 if not already defined.

c.f.: https://github.com/libsdl-org/SDL/issues/4475
Ozkan Sezer před 4 roky
rodič
revize
073cbc40cb
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      include/SDL_platform.h

+ 3 - 0
include/SDL_platform.h

@@ -87,6 +87,9 @@
 #ifndef TARGET_OS_TV
 #ifndef TARGET_OS_TV
 #define TARGET_OS_TV 0
 #define TARGET_OS_TV 0
 #endif
 #endif
+#ifndef TARGET_OS_SIMULATOR
+#define TARGET_OS_SIMULATOR 0
+#endif
 
 
 #if TARGET_OS_TV
 #if TARGET_OS_TV
 #undef __TVOS__
 #undef __TVOS__