Fixed compilation on iPhone
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404443
This commit is contained in:
parent
9467a700e8
commit
2bddc33611
3 changed files with 38 additions and 36 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue