1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2026-03-19 13:17:59 +00:00
This commit is contained in:
Yang Tse
2009-05-19 15:19:03 +00:00
parent 757642f675
commit d3f3189860
2 changed files with 2 additions and 2 deletions

2
ares.h
View File

@ -96,7 +96,7 @@ extern "C" {
/* ares_library_init error codes */
#define ARES_ELOADIPHLPAPI 21
#define ARES_EADDRGetNetworkParams 22
#define ARES_EADDRGETNETWORKPARAMS 22
/* Flag values */
#define ARES_FLAG_USEVC (1 << 0)

View File

@ -38,7 +38,7 @@ static int ares_win32_init(void)
if (!fpGetNetworkParams)
{
FreeLibrary(hnd_iphlpapi);
return ARES_EADDRGetNetworkParams;
return ARES_EADDRGETNETWORKPARAMS;
}
/*