Commit f98e2268 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Patched to compile.

parent 5c8b76f6
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
#include "SDL_cocoavideo.h" #include "SDL_cocoavideo.h"
/* Include prototypes to avoid compiler warnings on ShowMenuBar/HideMenuBar */ /* we need this for ShowMenuBar() and HideMenuBar(). */
#include <Menus.h> #include <Carbon/Carbon.h>
/* !!! FIXME: clean out the pre-10.6 code when it makes sense to do so. */ /* !!! FIXME: clean out the pre-10.6 code when it makes sense to do so. */
#define FORCE_OLD_API 0 || (MAC_OS_X_VERSION_MAX_ALLOWED < 1060) #define FORCE_OLD_API 0 || (MAC_OS_X_VERSION_MAX_ALLOWED < 1060)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment