Windows/Path.inc: Move <shlobj.h> after "Windows.h" for some API available.
[oota-llvm.git] / lib / Support / Windows / Windows.h
index 1f3417d160a24cedbb038a35ee083f6a6dd9e784..5666de267d72efb2a8a81910ec3ddf4336ee8a31 100644 (file)
@@ -18,6 +18,7 @@
 
 // mingw-w64 tends to define it as 0x0502 in its headers.
 #undef _WIN32_WINNT
+#undef _WIN32_IE
 
 // Require at least Windows XP(5.1) API.
 #define _WIN32_WINNT 0x0501