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

Commit

Permalink
Fix Mac OS X PowerPC builds, I think.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 31, 2012
1 parent 19c9b79 commit 556d5df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/video/cocoa/SDL_cocoamessagebox.m
Expand Up @@ -22,6 +22,12 @@

#if SDL_VIDEO_DRIVER_COCOA

#if defined(__APPLE__) && defined(__POWERPC__)
#include <altivec.h>
#undef bool
#undef vector
#endif

#include "SDL_messagebox.h"
#include "SDL_cocoavideo.h"

Expand Down

0 comments on commit 556d5df

Please sign in to comment.