diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-02-04 19:00:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-02-04 19:00:27 +0000 |
commit | 9ab5d30e3bd82e8e02adf5c67c505fb1aa316373 (patch) | |
tree | 41180532e0f5f1b4a1353a8da96415c1d14f892f /lib | |
parent | 3b44a3df765318b535ddff9234439b64152fa2fe (diff) |
Ingo Ralf Blum made it compile with the newest cygwin
Diffstat (limited to 'lib')
-rw-r--r-- | lib/if2ip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/if2ip.h b/lib/if2ip.h index 6a4801c2e..2fbb471d7 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 |