1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-12-09 17:33:56 +00:00

Remove run-time requirement for advapi32.dll since

c-ares can work even with no advapi32.dll at all.
This commit is contained in:
Yang Tse
2009-05-18 15:49:32 +00:00
parent b677ff3d15
commit 757642f675
3 changed files with 10 additions and 15 deletions

3
ares.h
View File

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