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

main
Sam Lantinga 2024-01-12 06:51:44 -08:00
parent 483155bbf9
commit 312160935d
1 changed files with 1 additions and 1 deletions

View File

@ -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