Commit f766db82 authored by Sam Lantinga's avatar Sam Lantinga

Fixed MacOS Classic build

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401775
parent 8ead6868
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include "FastTimes.h" #include "FastTimes.h"
#ifdef TARGET_API_MAC_CARBON #if TARGET_API_MAC_CARBON
#define NewTimerProc NewTimerUPP #define NewTimerProc NewTimerUPP
#endif #endif
...@@ -71,7 +71,7 @@ void SDL_Delay(Uint32 ms) ...@@ -71,7 +71,7 @@ void SDL_Delay(Uint32 ms)
stop = SDL_GetTicks() + ms; stop = SDL_GetTicks() + ms;
do { do {
#ifdef TARGET_API_MAC_CARBON #if TARGET_API_MAC_CARBON
MPYield(); MPYield();
#else #else
SystemTask(); SystemTask();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment