(svn r26606) -Fix [FS#6022]: Filename capitalisation (NG)

This commit is contained in:
frosch 2014-05-22 19:03:14 +00:00
parent d53aed8654
commit 51f68c42bb

View File

@ -19,7 +19,7 @@
#include <fcntl.h>
#include <regstr.h>
#include <shlobj.h> /* SHGetFolderPath */
#include <Shellapi.h>
#include <shellapi.h>
#include "win32.h"
#include "../../core/alloc_func.hpp"
#include "../../openttd.h"