From 201990b5d9d28abb67314076f577190f7a39f3ae Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 25 Jul 2005 07:16:10 +0000 Subject: (svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build --- win32.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'win32.c') diff --git a/win32.c b/win32.c index e60e2f529..95139e480 100644 --- a/win32.c +++ b/win32.c @@ -25,17 +25,14 @@ #include "music/win32_m.h" #include "sound/null_s.h" +#include "sound/sdl_s.h" #include "sound/win32_s.h" #include "video/dedicated_v.h" #include "video/null_v.h" +#include "video/sdl_v.h" #include "video/win32_v.h" -#ifdef WITH_SDL - #include "sound/sdl_s.h" - #include "video/sdl_v.h" -#endif - static bool _has_console; #if defined(__MINGW32__) || defined(__CYGWIN__) -- cgit v1.2.3-70-g09d2