Explorar el Código

Removed deprecated use of __IPHONEOS__ (thanks @Dragon-Baroque!)

Sam Lantinga hace 1 año
padre
commit
312160935d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/video/SDL_video_capture.c

+ 1 - 1
src/video/SDL_video_capture.c

@@ -861,7 +861,7 @@ SDL_QuitVideoCapture(void)
 
 /* See SDL_android_video_capture.c */
 
-#elif defined(__IPHONEOS__) || defined(__MACOS__)
+#elif defined(__IOS__) || defined(__MACOS__)
 
 /* See SDL_video_capture_apple.m */
 #else