1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-12-07 13:22:59 +00:00

renamed getplatform() to ares__getplatform() to avoid namespace pollution

This commit is contained in:
Yang Tse
2011-03-25 17:57:02 +01:00
parent e49ce8f973
commit 5e5c0132e6
5 changed files with 5 additions and 5 deletions

View File

@ -191,7 +191,7 @@ static int file_lookup(struct ares_addr *addr, struct hostent **host)
PATH_HOSTS[0] = '\0';
platform = getplatform();
platform = ares__getplatform();
if (platform == WIN_NT) {
char tmp[MAX_PATH];