Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Patched to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 5, 2011
1 parent 530835f commit 439625d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/video/cocoa/SDL_cocoamodes.m
Expand Up @@ -24,8 +24,8 @@

#include "SDL_cocoavideo.h"

/* Include prototypes to avoid compiler warnings on ShowMenuBar/HideMenuBar */
#include <Menus.h>
/* we need this for ShowMenuBar() and HideMenuBar(). */
#include <Carbon/Carbon.h>

/* !!! 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)
Expand Down

0 comments on commit 439625d

Please sign in to comment.