From 5e5c0132e6469a7eaa580ebc156fd87e650ee4cb Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 25 Mar 2011 17:57:02 +0100 Subject: renamed getplatform() to ares__getplatform() to avoid namespace pollution --- ares_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ares_init.c') diff --git a/ares_init.c b/ares_init.c index afcd8d6..75064e9 100644 --- a/ares_init.c +++ b/ares_init.c @@ -717,7 +717,7 @@ DhcpNameServer goto okay; } - platform = getplatform(); + platform = ares__getplatform(); if (platform == WIN_NT) { -- cgit v1.2.3