Ingo Ralf Blum made it compile with the newest cygwin

This commit is contained in:
Daniel Stenberg 2001-02-04 19:00:27 +00:00
parent 3b44a3df76
commit 9ab5d30e3b
1 changed files with 1 additions and 1 deletions

View File

@ -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