From e90eed4ff338f833067f28e0374d58ccfdf6cbf1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 15 Feb 2009 21:27:42 +0000 Subject: SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuff svn-id: r38305 --- engines/sci/sfx/timer/timers.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sci/sfx/timer') 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 -- cgit v1.2.3