1
0
Fork 0
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:
David Shaw 2006-02-22 02:11:35 +00:00
parent d038b36c8f
commit 79ec50f77d
3 changed files with 7 additions and 4 deletions

View file

@ -66,7 +66,7 @@ typedef struct
void *file;
char *postfields;
unsigned int status;
FILE *stderr;
FILE *errors;
struct
{
unsigned int post:1;