소스 검색

Added note that the #ifdef is for !__IOS__

Sam Lantinga 2 년 전
부모
커밋
930438dfb7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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__