(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

View File

@@ -1,6 +1,6 @@
#include "stdafx.h"
#include "openttd.h"
#include "music/null.h"
#include "music/null_m.h"
static const char* NullMidiStart(const char* const* parm) { return NULL; }
static void NullMidiStop(void) {}

View File

@@ -1,6 +1,6 @@
#include "stdafx.h"
#include "openttd.h"
#include "music/win32.h"
#include "music/win32_m.h"
#include <windows.h>
static struct {