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:
@ -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];
|
||||
|
||||
Reference in New Issue
Block a user