(svn r2688) MSVC and Watcom can't handle identical file names in different directories, oh my...
This commit is contained in:
@@ -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;
|
||||
@@ -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"
|
||||
@@ -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 {
|
||||
Reference in New Issue
Block a user