changeset 1814:1834c192d89f

Fixed MacOS Classic build
author Sam Lantinga <slouken@libsdl.org>
date Thu, 11 May 2006 06:06:21 +0000
parents a7cda692b681
children 871090feb7ad
files src/timer/macos/SDL_systimer.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/timer/macos/SDL_systimer.c	Thu May 11 04:16:39 2006 +0000
+++ b/src/timer/macos/SDL_systimer.c	Thu May 11 06:06:21 2006 +0000
@@ -36,7 +36,7 @@
 
 #include "FastTimes.h"
 
-#ifdef TARGET_API_MAC_CARBON
+#if TARGET_API_MAC_CARBON
 #define NewTimerProc NewTimerUPP
 #endif
 
@@ -71,7 +71,7 @@
 
         stop = SDL_GetTicks() + ms;
         do {
-            #ifdef TARGET_API_MAC_CARBON
+            #if TARGET_API_MAC_CARBON
                 MPYield();
             #else
                 SystemTask();