diff options
Diffstat (limited to 'engines/sci/sfx/timer')
-rw-r--r-- | engines/sci/sfx/timer/timers.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/sfx/timer/timers.cpp b/engines/sci/sfx/timer/timers.cpp index 353ae11ca7..71e6e75c96 100644 --- a/engines/sci/sfx/timer/timers.cpp +++ b/engines/sci/sfx/timer/timers.cpp @@ -36,7 +36,7 @@ extern sfx_timer_t sfx_timer_scummvm; extern sfx_timer_t sfx_timer_sigalrm; #endif -#ifdef _DREAMCAST +#ifdef __DC__ extern sfx_timer_t sfx_timer_pthread; #endif #endif // SCUMMVM @@ -48,7 +48,7 @@ sfx_timer_t *sfx_timers[] = { #ifdef HAVE_SETITIMER &sfx_timer_sigalrm, #endif -#ifdef _DREAMCAST +#ifdef __DC__ &sfx_timer_pthread, #endif #endif // SCUMMVM |