mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:11:45 +03:00
Ingo Ralf Blum made it compile with the newest cygwin
This commit is contained in:
parent
3b44a3df76
commit
9ab5d30e3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue