diff options
author | tron <tron@openttd.org> | 2005-07-23 15:48:00 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-07-23 15:48:00 +0000 |
commit | 10fd03e222dfd78abd7e9c78a215d4b8bc36cf3b (patch) | |
tree | 265b5c47cc68bef828546de2508f0641f8563050 /video | |
parent | 54e02a620a6e71e30ac49c604ff225a44a3d623b (diff) | |
download | openttd-10fd03e222dfd78abd7e9c78a215d4b8bc36cf3b.tar.xz |
(svn r2688) MSVC and Watcom can't handle identical file names in different directories, oh my...
Diffstat (limited to 'video')
-rw-r--r-- | video/null_v.c (renamed from video/null.c) | 2 | ||||
-rw-r--r-- | video/null_v.h (renamed from video/null.h) | 0 | ||||
-rw-r--r-- | video/sdl_v.c (renamed from video/sdl.c) | 2 | ||||
-rw-r--r-- | video/sdl_v.h (renamed from video/sdl.h) | 0 | ||||
-rw-r--r-- | video/win32_v.c (renamed from video/win32.c) | 2 | ||||
-rw-r--r-- | video/win32_v.h (renamed from video/win32.h) | 0 |
6 files changed, 3 insertions, 3 deletions
diff --git a/video/null.c b/video/null_v.c index bbd839cc0..47dcb3c61 100644 --- a/video/null.c +++ b/video/null_v.c @@ -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; diff --git a/video/null.h b/video/null_v.h index d5d379158..d5d379158 100644 --- a/video/null.h +++ b/video/null_v.h diff --git a/video/sdl.c b/video/sdl_v.c index 5dc3a8cd4..549acd3fb 100644 --- a/video/sdl.c +++ b/video/sdl_v.c @@ -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" diff --git a/video/sdl.h b/video/sdl_v.h index d2e9dae7b..d2e9dae7b 100644 --- a/video/sdl.h +++ b/video/sdl_v.h diff --git a/video/win32.c b/video/win32_v.c index d7d21b80b..eb9e37a50 100644 --- a/video/win32.c +++ b/video/win32_v.c @@ -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 { diff --git a/video/win32.h b/video/win32_v.h index 235040c44..235040c44 100644 --- a/video/win32.h +++ b/video/win32_v.h |