mirror of
https://github.com/curl/curl.git
synced 2026-07-23 21:07:17 +03:00
Added 'RECV_TYPE_ARGx' needed in getinfo.c.
This commit is contained in:
parent
772a985dc3
commit
bbae5b49f9
1 changed files with 5 additions and 0 deletions
|
|
@ -75,6 +75,11 @@
|
|||
#define STDC_HEADERS 1
|
||||
#define TIME_WITH_SYS_TIME 1
|
||||
|
||||
#define RECV_TYPE_ARG1 int
|
||||
#define RECV_TYPE_ARG2 char *
|
||||
#define RECV_TYPE_ARG3 int
|
||||
#define RECV_TYPE_ARG4 int
|
||||
|
||||
#define BSD
|
||||
|
||||
/* #define MALLOCDEBUG */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue