diff options
author | Charles Pigott <charlespigott@googlemail.com> | 2019-01-12 23:00:55 +0000 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2019-01-17 21:55:15 +0000 |
commit | 2d981a4b2c63f5a1ae28aa49c8622503c31ffc3e (patch) | |
tree | 69e3b471604d44a70c7b0539d22879a2b4a25e80 /src/os | |
parent | 11065342620f920e7b3a1227e41e941313707597 (diff) | |
download | openttd-2d981a4b2c63f5a1ae28aa49c8622503c31ffc3e.tar.xz |
Fix: A few minor compile warnings under MinGW
Diffstat (limited to 'src/os')
-rw-r--r-- | src/os/windows/win32.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/windows/win32.cpp b/src/os/windows/win32.cpp index bb1a0a420..a84347ed1 100644 --- a/src/os/windows/win32.cpp +++ b/src/os/windows/win32.cpp @@ -17,6 +17,7 @@ #include <windows.h> #include <fcntl.h> #include <regstr.h> +#define NO_SHOBJIDL_SORTDIRECTION // Avoid multiple definition of SORT_ASCENDING #include <shlobj.h> /* SHGetFolderPath */ #include <shellapi.h> #include "win32.h" |