mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Added 'RECV_TYPE_ARGx' needed in getinfo.c.
This commit is contained in:
parent
772a985dc3
commit
bbae5b49f9
@ -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…
Reference in New Issue
Block a user