mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-10-05 21:09:35 +00:00
Fix macro redefinition.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user