mirror of
https://github.com/curl/curl.git
synced 2026-08-02 17:00:29 +03:00
silly me
This commit is contained in:
parent
a275365c72
commit
27b7220f1b
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
#include "setup.h"
|
||||
|
||||
#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);
|
||||
#else
|
||||
#define Curl_if2ip(a,b,c) NULL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue