Explorar o código

Added note that the #ifdef is for !__IOS__

Sam Lantinga hai 1 ano
pai
achega
930438dfb7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/generic/SDL_sysmain_callbacks.c

+ 1 - 1
src/main/generic/SDL_sysmain_callbacks.c

@@ -80,4 +80,4 @@ int SDL_EnterAppMainCallbacks(int argc, char* argv[], SDL_AppInit_func appinit,
     return (rc < 0) ? 1 : 0;
 }
 
-#endif
+#endif // !__IOS__