mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* curl-shim.h, curl-shim.c (curl_easy_init, curl_easy_setopt,
curl_easy_perform): Mingw has 'stderr' as a macro?
This commit is contained in:
parent
d038b36c8f
commit
79ec50f77d
3 changed files with 7 additions and 4 deletions
|
@ -66,7 +66,7 @@ typedef struct
|
|||
void *file;
|
||||
char *postfields;
|
||||
unsigned int status;
|
||||
FILE *stderr;
|
||||
FILE *errors;
|
||||
struct
|
||||
{
|
||||
unsigned int post:1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue