From f356dd541a5f6318e7de8f6d03c7affa6c4ea971 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 15 Aug 2005 14:52:37 +0000 Subject: [PATCH] Switch the default version to win2k. --- dlls/ntdll/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ntdll/version.c b/dlls/ntdll/version.c index cf1c8ed786e..8ecb82e94e3 100644 --- a/dlls/ntdll/version.c +++ b/dlls/ntdll/version.c @@ -223,7 +223,7 @@ void version_init( const WCHAR *appname ) HANDLE root, hkey, config_key; BOOL got_win_ver = FALSE; - current_version = &VersionData[WIN98]; /* default if nothing else is specified */ + current_version = &VersionData[NT2K]; /* default if nothing else is specified */ RtlOpenCurrentUser( KEY_ALL_ACCESS, &root ); attr.Length = sizeof(attr);