(svn r22179) -Fix (r22167): compilation on win32

This commit is contained in:
glx
2011-03-03 23:34:14 +00:00
parent 8a08de2f44
commit 162ccf3fa2

View File

@@ -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)