mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-02 09:17:01 +01:00
(svn r27385) -Fix: compilation failure due #define-ing enum name of a system library before including the system library
This commit is contained in:
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
Block a user