Switch the default version to win2k.
This commit is contained in:
parent
399e6911b3
commit
f356dd541a
|
@ -223,7 +223,7 @@ void version_init( const WCHAR *appname )
|
||||||
HANDLE root, hkey, config_key;
|
HANDLE root, hkey, config_key;
|
||||||
BOOL got_win_ver = FALSE;
|
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 );
|
RtlOpenCurrentUser( KEY_ALL_ACCESS, &root );
|
||||||
attr.Length = sizeof(attr);
|
attr.Length = sizeof(attr);
|
||||||
|
|
Loading…
Reference in New Issue