mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
silly me
This commit is contained in:
parent
a275365c72
commit
27b7220f1b
@ -25,7 +25,7 @@
|
|||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
|
|
||||||
#if !defined(WIN32) && !defined(__BEOS__) && !defined(__CYGWIN32__) && \
|
#if !defined(WIN32) && !defined(__BEOS__) && !defined(__CYGWIN32__) && \
|
||||||
!defined(__riscos__) !defined(__INTERIX)
|
!defined(__riscos__) && !defined(__INTERIX)
|
||||||
extern char *Curl_if2ip(char *interface, char *buf, int buf_size);
|
extern char *Curl_if2ip(char *interface, char *buf, int buf_size);
|
||||||
#else
|
#else
|
||||||
#define Curl_if2ip(a,b,c) NULL
|
#define Curl_if2ip(a,b,c) NULL
|
||||||
|
Loading…
Reference in New Issue
Block a user