mirror of https://github.com/OpenTTD/OpenTTD
(svn r27385) -Fix: compilation failure due #define-ing enum name of a system library before including the system library
parent
f0837baf44
commit
8b1f9399bc
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue