summaryrefslogtreecommitdiff
path: root/ares.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-05-18 01:25:20 +0000
committerYang Tse <yangsita@gmail.com>2009-05-18 01:25:20 +0000
commitb677ff3d15f3a26b185e89f15dee45bbd125902d (patch)
treef5ae039b49af47746f2ebee4ef78e88828741699 /ares.h
parent5b17412c1f522cc40b01e7108afb0deaaee781f6 (diff)
downloadc-ares-b677ff3d15f3a26b185e89f15dee45bbd125902d.tar.gz
c-ares-b677ff3d15f3a26b185e89f15dee45bbd125902d.tar.bz2
c-ares-b677ff3d15f3a26b185e89f15dee45bbd125902d.zip
Intentionally avoid checking if the address of SystemFunction036, a.k.a.
RtlGenRandom, has been located or not. This function is only available on WinXP and later. When unavailable c-ares uses portable rand() function.
Diffstat (limited to 'ares.h')
-rw-r--r--ares.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ares.h b/ares.h
index 9d09a7a..6db8b96 100644
--- a/ares.h
+++ b/ares.h
@@ -98,7 +98,6 @@ extern "C" {
#define ARES_ELOADIPHLPAPI 21
#define ARES_ELOADADVAPI32 22
#define ARES_EADDRGetNetworkParams 23
-#define ARES_EADDRSYSTEMFUNCTION036 24
/* Flag values */
#define ARES_FLAG_USEVC (1 << 0)