diff options
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" |