Commit f356dd54 authored by Alexandre Julliard's avatar Alexandre Julliard

Switch the default version to win2k.

parent 399e6911
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment