mirror of https://github.com/c-ares/c-ares.git
fix: windows UNICODE incompatibilities with ares_getaddrinfo (#328)
Fixes the following compatibility issues: * Use RegQueryValueExA instead of RegQueryValueEx * Use ExpandEnvironmentStringsA instead of ExpandEnvironmentStrings * Use RegOpenKeyExA instead of RegOpenKeyExA * Use GetWindowsDirectoryA instead of GetWindowsDirectoryA Fix By: Shelley Vohr (@codebytere) Closes: #327pull/329/head
parent
c498c5320f
commit
1c73eccfdc
1 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue