Replace IsNT with IS_NT().

This commit is contained in:
Gisle Vanem 2004-11-10 14:30:25 +00:00
parent 6ddc59dadf
commit 3478253e5a
1 changed files with 1 additions and 1 deletions

View File

@ -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"