From 37c9a3760fe19306be69c0d7fc68724d85735abf Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sat, 23 Apr 2005 23:45:31 +0000 Subject: [PATCH] __APPLE__, not APPLE git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1674 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/port.h b/sc2/src/port.h index 65808510d..4d7d2ea42 100644 --- a/sc2/src/port.h +++ b/sc2/src/port.h @@ -140,7 +140,7 @@ iswgraph(wint_t wc) // Use SDL_INCLUDE to portably include the SDL files from the right // location. TODO: Where SDL_H is located could be detected from the build // script. -#ifdef APPLE +#ifdef __APPLE__ # define HAVE_SDL_SDL_H #else # define HAVE_SDL_H