mirror of
https://github.com/curl/curl.git
synced 2026-04-16 16:21:40 +03:00
Fix macro redefinition.
This commit is contained in:
parent
738e547815
commit
65e628cc97
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue