Fixed MacOS Classic build
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401775
This commit is contained in:
parent
8ead6868f9
commit
f766db82dc
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
||||||
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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue