mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2026-03-19 15:11:58 +00:00
Fix case
This commit is contained in:
2
ares.h
2
ares.h
@ -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)
|
||||
|
||||
@ -38,7 +38,7 @@ static int ares_win32_init(void)
|
||||
if (!fpGetNetworkParams)
|
||||
{
|
||||
FreeLibrary(hnd_iphlpapi);
|
||||
return ARES_EADDRGetNetworkParams;
|
||||
return ARES_EADDRGETNETWORKPARAMS;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user