1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-26 16:09:10 +00:00

(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

10
unix.c
View File

@@ -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 <dirent.h>
#include <unistd.h>