summaryrefslogtreecommitdiff
path: root/src/os
diff options
context:
space:
mode:
authorCharles Pigott <charlespigott@googlemail.com>2019-01-12 23:00:55 +0000
committerCharles Pigott <charlespigott@googlemail.com>2019-01-17 21:55:15 +0000
commit2d981a4b2c63f5a1ae28aa49c8622503c31ffc3e (patch)
tree69e3b471604d44a70c7b0539d22879a2b4a25e80 /src/os
parent11065342620f920e7b3a1227e41e941313707597 (diff)
downloadopenttd-2d981a4b2c63f5a1ae28aa49c8622503c31ffc3e.tar.xz
Fix: A few minor compile warnings under MinGW
Diffstat (limited to 'src/os')
-rw-r--r--src/os/windows/win32.cpp1
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"