1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Fix macro redefinition.

This commit is contained in:
Yang Tse 2009-11-22 03:51:07 +00:00
parent 738e547815
commit 65e628cc97

View File

@ -33,6 +33,12 @@
int ares_getopt(int nargc, char * const nargv[], const char *ostr);
#undef optarg
#undef optind
#undef opterr
#undef optopt
#undef optreset
#define optarg ares_optarg
#define optind ares_optind
#define opterr ares_opterr