mirror of
https://github.com/curl/curl.git
synced 2026-07-24 06:27:16 +03:00
DJGPP fix by Gisle Vanem
This commit is contained in:
parent
420744d048
commit
07dd067f73
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue