reintroduce ares_build.h modification from #10719

This commit is contained in:
Jan Tattermusch 2017-08-29 18:49:19 +02:00
parent f0208acffc
commit bb650ca875
1 changed files with 11 additions and 0 deletions

View File

@ -204,4 +204,15 @@
typedef CARES_TYPEOF_ARES_SSIZE_T ares_ssize_t;
/* IMPORTANT: gRPC MANUAL EDIT HERE!
* Undefine UNICODE, as c-ares does not use the ANSI version of functions
* explicitly. */
#ifdef UNICODE
# undef UNICODE
#endif
#ifdef _UNICODE
# undef _UNICODE
#endif
#endif /* __CARES_BUILD_H */