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

This commit is contained in:
glx 2011-03-03 23:34:14 +00:00
parent 59e42ea178
commit ec56036dc7

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)