mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-12 01:22:34 +00:00
Removed deprecated use of __IPHONEOS__ (thanks @Dragon-Baroque!)
This commit is contained in:
@@ -861,7 +861,7 @@ SDL_QuitVideoCapture(void)
|
|||||||
|
|
||||||
/* See SDL_android_video_capture.c */
|
/* See SDL_android_video_capture.c */
|
||||||
|
|
||||||
#elif defined(__IPHONEOS__) || defined(__MACOS__)
|
#elif defined(__IOS__) || defined(__MACOS__)
|
||||||
|
|
||||||
/* See SDL_video_capture_apple.m */
|
/* See SDL_video_capture_apple.m */
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user