Changeset - r22205:abc440171b7d
[Not reviewed]
master
0 1 0
rubidium - 9 years ago 2015-08-13 18:13:24
rubidium@openttd.org
(svn r27385) -Fix: compilation failure due #define-ing enum name of a system library before including the system library
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/os/windows/win32.cpp
Show inline comments
 
@@ -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"
0 comments (0 inline, 0 general)