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

pull/155/head
rubidium 9 years ago
parent 70322bce59
commit 3b8aabdd9e

@ -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…
Cancel
Save