(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

@@ -2,7 +2,7 @@
#include "openttd.h"
#include "gfx.h"
#include "variables.h"
#include "video/null.h"
#include "video/null_v.h"
#include "window.h"
static void* _null_video_mem = NULL;

View File

@@ -6,7 +6,7 @@
#include "macros.h"
#include "sdl.h"
#include "window.h"
#include "video/sdl.h"
#include "video/sdl_v.h"
#include <SDL.h>
#include "network.h"
#include "variables.h"

View File

@@ -6,7 +6,7 @@
#include "network.h"
#include "variables.h"
#include "window.h"
#include "video/win32.h"
#include "video/win32_v.h"
#include <windows.h>
static struct {