summaryrefslogtreecommitdiff
path: root/include/curl/multi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/curl/multi.h')
-rw-r--r--include/curl/multi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/curl/multi.h b/include/curl/multi.h
index da9df2e15..65b672d2c 100644
--- a/include/curl/multi.h
+++ b/include/curl/multi.h
@@ -51,7 +51,8 @@
#define WIN32 1
#endif
-#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
+#if defined(WIN32) && !defined(_WIN32_WCE) && !defined(__GNUC__) || \
+ defined(__MINGW32__)
#if !(defined(_WINSOCKAPI_) || defined(_WINSOCK_H))
/* The check above prevents the winsock2 inclusion if winsock.h already was
included, since they can't co-exist without problems */