mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
DJGPP fix by Gisle Vanem
This commit is contained in:
parent
420744d048
commit
07dd067f73
@ -77,6 +77,10 @@
|
||||
#include "memdebug.h"
|
||||
#endif
|
||||
|
||||
#ifdef DJGPP
|
||||
#define IOCTL_3_ARGS
|
||||
#endif
|
||||
|
||||
#define SYS_ERROR -1
|
||||
|
||||
char *Curl_if2ip(char *interface, char *buf, int buf_size)
|
||||
|
Loading…
Reference in New Issue
Block a user