Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2010-12-07 06:23:01 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:06:45 +0300
commit5ab81f4abbb2b3bd7259ee755235f7987cc8ce4c (patch)
treee9e9d1aa998952f224493b42d2c48a0fac3515b3 /std/windows.hpp
parentef07a810331e1b951d1dae9a4e46b849424d42a2 (diff)
[Windows][MinGW] Fixed build errors
Diffstat (limited to 'std/windows.hpp')
-rw-r--r--std/windows.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/std/windows.hpp b/std/windows.hpp
index fc2a301eba..62f2b50947 100644
--- a/std/windows.hpp
+++ b/std/windows.hpp
@@ -15,6 +15,11 @@
#define WIN32_LEAN_AND_MEAN
#endif
+#ifdef _WIN32_IE
+ #undef _WIN32_IE
+#endif
+#define _WIN32_IE 0x0600
+
#include <windows.h>
#undef min