mirror of
https://github.com/yawut/SDL.git
synced 2026-09-08 09:06:29 -05:00
Fixed compilation on iPhone
This commit is contained in:
@@ -312,7 +312,7 @@ SDL_PromptAssertion(const SDL_assert_data *data, void *userdata)
|
||||
#ifdef _WINDOWS
|
||||
state = SDL_PromptAssertion_windows(data);
|
||||
|
||||
#elif __APPLE__
|
||||
#elif __MACOSX__
|
||||
/* This has to be done in an Objective-C (*.m) file, so we call out. */
|
||||
extern SDL_assert_state SDL_PromptAssertion_cocoa(const SDL_assert_data *);
|
||||
state = SDL_PromptAssertion_cocoa(data);
|
||||
|
||||
Reference in New Issue
Block a user