aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_itc_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_itc_types.h')
-rw-r--r--src/microhttpd/mhd_itc_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_itc_types.h b/src/microhttpd/mhd_itc_types.h
index 04966d36..36d4218b 100644
--- a/src/microhttpd/mhd_itc_types.h
+++ b/src/microhttpd/mhd_itc_types.h
@@ -32,7 +32,7 @@
32#include "mhd_options.h" 32#include "mhd_options.h"
33 33
34/* Force socketpair on native W32 */ 34/* Force socketpair on native W32 */
35#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(_MHD_ITC_SOCKETPAIR) 35#if defined(_WIN32) && ! defined(__CYGWIN__) && ! defined(_MHD_ITC_SOCKETPAIR)
36#error _MHD_ITC_SOCKETPAIR is not defined on naitive W32 platform 36#error _MHD_ITC_SOCKETPAIR is not defined on naitive W32 platform
37#endif /* _WIN32 && !__CYGWIN__ && !_MHD_ITC_SOCKETPAIR */ 37#endif /* _WIN32 && !__CYGWIN__ && !_MHD_ITC_SOCKETPAIR */
38 38