diff options
Diffstat (limited to 'src/lib/mhd_itc_types.h')
-rw-r--r-- | src/lib/mhd_itc_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/mhd_itc_types.h b/src/lib/mhd_itc_types.h index 04966d36..36d4218b 100644 --- a/src/lib/mhd_itc_types.h +++ b/src/lib/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 | ||