mirror of
https://github.com/yawut/SDL.git
synced 2026-08-27 19:24:30 -05:00
Fixed MacOS Classic build
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user