Fixed MacOS Classic build

This commit is contained in:
Sam Lantinga
2006-05-11 06:06:21 +00:00
parent e31e073820
commit 2c1976a764

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();