summaryrefslogtreecommitdiff
path: root/deps/winhttp/urlmon.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/winhttp/urlmon.h')
-rw-r--r--deps/winhttp/urlmon.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/deps/winhttp/urlmon.h b/deps/winhttp/urlmon.h
index 900e99690..4143d501e 100644
--- a/deps/winhttp/urlmon.h
+++ b/deps/winhttp/urlmon.h
@@ -5,6 +5,8 @@
* a Linking Exception. For full terms see the included COPYING file.
*/
+#if defined(__MINGW_VERSION) || defined(__MINGW32_VERSION)
+
#ifndef __CUSTOM_URLMON_H
#define __CUSTOM_URLMON_H
@@ -35,3 +37,9 @@ struct IInternetSecurityManager
#define URLZONE_TRUSTED 2
#endif /* __CUSTOM_URLMON_H */
+
+#else
+
+#include_next <urlmon.h>
+
+#endif