Navigation Menu

Skip to content

Commit

Permalink
Fixed MacOS Classic build
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 11, 2006
1 parent cb8898b commit 7d93fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/timer/macos/SDL_systimer.c
Expand Up @@ -36,7 +36,7 @@

#include "FastTimes.h"

#ifdef TARGET_API_MAC_CARBON
#if TARGET_API_MAC_CARBON
#define NewTimerProc NewTimerUPP
#endif

Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit 7d93fb8

Please sign in to comment.