aboutsummaryrefslogtreecommitdiff
path: root/lib/if2ip.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-06-08 06:12:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-06-08 06:12:30 +0000
commit990e56fb13e1e538415a69c69754b21609a14ed6 (patch)
treee52e877df75c3b94d4eaa8270e38185dc77b2349 /lib/if2ip.c
parent2bd3033f681eb3cb204f285bd0b2f0b8aa176c7e (diff)
Brian Dessent's fixes for cygwin builds
Diffstat (limited to 'lib/if2ip.c')
-rw-r--r--lib/if2ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/if2ip.c b/lib/if2ip.c
index c975ae200..479428f80 100644
--- a/lib/if2ip.c
+++ b/lib/if2ip.c
@@ -33,7 +33,7 @@
#include "if2ip.h"
-#if !defined(WIN32) && !defined(__BEOS__) && !defined(__CYGWIN32__) && \
+#if !defined(WIN32) && !defined(__BEOS__) && !defined(__CYGWIN__) && \
!defined(__riscos__) && !defined(__INTERIX) && !defined(NETWARE) && \
!defined(_AMIGASF)