summaryrefslogtreecommitdiff
path: root/ares_private.h
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2004-11-10 14:30:25 +0000
committerGisle Vanem <gvanem@broadpark.no>2004-11-10 14:30:25 +0000
commit1827728a288d41a8d7a3504dfbdb0a6e7fa3b253 (patch)
tree1dfe582a032f8ab20ecc1b1c8c27c52445b90ee7 /ares_private.h
parent6c64cc8669d74d097a6d090a0f82a528bfba7f77 (diff)
downloadc-ares-1827728a288d41a8d7a3504dfbdb0a6e7fa3b253.tar.gz
c-ares-1827728a288d41a8d7a3504dfbdb0a6e7fa3b253.tar.bz2
c-ares-1827728a288d41a8d7a3504dfbdb0a6e7fa3b253.zip
Replace IsNT with IS_NT().
Diffstat (limited to 'ares_private.h')
-rw-r--r--ares_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares_private.h b/ares_private.h
index 98fd837..1b2b407 100644
--- a/ares_private.h
+++ b/ares_private.h
@@ -41,7 +41,7 @@
#if defined(WIN32) && !defined(WATT32)
-#define IsNT ((int)GetVersion()>0)
+#define IS_NT() ((int)GetVersion() > 0)
#define WIN_NS_9X "System\\CurrentControlSet\\Services\\VxD\\MSTCP"
#define WIN_NS_NT_KEY "System\\CurrentControlSet\\Services\\Tcpip\\Parameters"
#define NAMESERVER "NameServer"