(svn r2688) MSVC and Watcom can't handle identical file names in different directories, oh my...

This commit is contained in:
tron
2005-07-23 15:48:00 +00:00
parent 54e02a620a
commit 10fd03e222
19 changed files with 27 additions and 27 deletions

12
win32.c
View File

@@ -18,14 +18,14 @@
#include "driver.h"
#include "music/dmusic.h"
#include "music/null.h"
#include "music/win32.h"
#include "music/null_m.h"
#include "music/win32_m.h"
#include "sound/null.h"
#include "sound/win32.h"
#include "sound/null_s.h"
#include "sound/win32_s.h"
#include "video/null.h"
#include "video/win32.h"
#include "video/null_v.h"
#include "video/win32_v.h"
static bool _has_console;