Fixed MacOS Classic build

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401775
This commit is contained in:
Sam Lantinga 2006-05-11 06:06:21 +00:00
parent 8ead6868f9
commit f766db82dc

View file

@ -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 @@ void SDL_Delay(Uint32 ms)
stop = SDL_GetTicks() + ms;
do {
#ifdef TARGET_API_MAC_CARBON
#if TARGET_API_MAC_CARBON
MPYield();
#else
SystemTask();