1
0
Fork 0

(svn r27385) -Fix: compilation failure due #define-ing enum name of a system library before including the system library

release/1.6
rubidium 2015-08-13 18:13:24 +00:00
parent f0837baf44
commit 8b1f9399bc
1 changed files with 1 additions and 1 deletions

View File

@ -14,13 +14,13 @@
#include "../../gfx_func.h"
#include "../../textbuf_gui.h"
#include "../../fileio_func.h"
#include "../../fios.h"
#include <windows.h>
#include <fcntl.h>
#include <regstr.h>
#include <shlobj.h> /* SHGetFolderPath */
#include <shellapi.h>
#include "win32.h"
#include "../../fios.h"
#include "../../core/alloc_func.hpp"
#include "../../openttd.h"
#include "../../core/random_func.hpp"