From: Daniel Stenberg Date: Sun, 4 Feb 2001 19:00:27 +0000 (+0000) Subject: Ingo Ralf Blum made it compile with the newest cygwin X-Git-Tag: curl-7_6_1-pre3~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ab5d30e3bd82e8e02adf5c67c505fb1aa316373;p=thirdparty%2Fcurl.git Ingo Ralf Blum made it compile with the newest cygwin --- diff --git a/lib/if2ip.h b/lib/if2ip.h index 6a4801c2e2..2fbb471d75 100644 --- a/lib/if2ip.h +++ b/lib/if2ip.h @@ -24,7 +24,7 @@ *****************************************************************************/ #include "setup.h" -#if ! defined(WIN32) && ! defined(__BEOS__) +#if ! defined(WIN32) && ! defined(__BEOS__) && !defined(__CYGWIN32__) extern char *Curl_if2ip(char *interface, char *buf, int buf_size); #else #define Curl_if2ip(a,b,c) NULL