summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/lib/hostcheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmcurl/lib/hostcheck.c')
-rw-r--r--Utilities/cmcurl/lib/hostcheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/lib/hostcheck.c b/Utilities/cmcurl/lib/hostcheck.c
index 37bcc12..c9d8112 100644
--- a/Utilities/cmcurl/lib/hostcheck.c
+++ b/Utilities/cmcurl/lib/hostcheck.c
@@ -25,7 +25,7 @@
#if defined(USE_OPENSSL) \
|| defined(USE_AXTLS) \
|| defined(USE_GSKIT) \
- || (defined(USE_SCHANNEL) && defined(_WIN32_WCE))
+ || defined(USE_SCHANNEL)
/* these backends use functions from this file */
#ifdef HAVE_NETINET_IN_H