Changeset - r17418:92b22f19be94
[Not reviewed]
master
0 1 0
glx - 13 years ago 2011-03-03 23:34:14
glx@openttd.org
(svn r22179) -Fix (r22167): compilation on win32
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/ini.cpp
Show inline comments
 
@@ -22,6 +22,7 @@
 

	
 
#ifdef WIN32
 
# include <shellapi.h>
 
# include "core/mem_func.hpp"
 
#endif
 

	
 
IniFile::IniFile(const char * const *list_group_names) : IniLoadFile(list_group_names)
0 comments (0 inline, 0 general)