diff options
author | frosch <frosch@openttd.org> | 2014-05-22 19:03:14 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2014-05-22 19:03:14 +0000 |
commit | 51f68c42bb1990e8f80924a18ac2d23487b40acc (patch) | |
tree | 1566d07793695ad4dff1171708d58e2f690dbc7e /src/os | |
parent | d53aed86544c176961dd889b4ef0635cbcd57392 (diff) | |
download | openttd-51f68c42bb1990e8f80924a18ac2d23487b40acc.tar.xz |
(svn r26606) -Fix [FS#6022]: Filename capitalisation (NG)
Diffstat (limited to 'src/os')
-rw-r--r-- | src/os/windows/win32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/windows/win32.cpp b/src/os/windows/win32.cpp index 0867adb99..3d5f0ebde 100644 --- a/src/os/windows/win32.cpp +++ b/src/os/windows/win32.cpp @@ -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" |