summaryrefslogtreecommitdiff
path: root/src/os
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2014-05-22 19:03:14 +0000
committerfrosch <frosch@openttd.org>2014-05-22 19:03:14 +0000
commit51f68c42bb1990e8f80924a18ac2d23487b40acc (patch)
tree1566d07793695ad4dff1171708d58e2f690dbc7e /src/os
parentd53aed86544c176961dd889b4ef0635cbcd57392 (diff)
downloadopenttd-51f68c42bb1990e8f80924a18ac2d23487b40acc.tar.xz
(svn r26606) -Fix [FS#6022]: Filename capitalisation (NG)
Diffstat (limited to 'src/os')
-rw-r--r--src/os/windows/win32.cpp2
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"