Commit 9ab5d30e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Ingo Ralf Blum made it compile with the newest cygwin

parent 3b44a3df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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