# HG changeset patch # User Sam Lantinga # Date 1147327581 0 # Node ID 1834c192d89fc8202bdd6a940886d13390780c09 # Parent a7cda692b681c2b187cbb8c8bc71b8d1612cc8d2 Fixed MacOS Classic build diff -r a7cda692b681 -r 1834c192d89f src/timer/macos/SDL_systimer.c --- 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();