From 9bb81b8eefe56db44829d32d282684df7f12c31d Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 23 Jul 2005 15:48:00 +0000 Subject: (svn r2688) MSVC and Watcom can't handle identical file names in different directories, oh my... --- unix.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'unix.c') diff --git a/unix.c b/unix.c index bdbd7112e..d49fc5143 100644 --- a/unix.c +++ b/unix.c @@ -8,13 +8,13 @@ #include "variables.h" #include "music/extmidi.h" -#include "music/null.h" +#include "music/null_m.h" -#include "sound/null.h" -#include "sound/sdl.h" +#include "sound/null_s.h" +#include "sound/sdl_s.h" -#include "video/null.h" -#include "video/sdl.h" +#include "video/null_v.h" +#include "video/sdl_v.h" #include #include -- cgit v1.2.3-54-g00ecf