Switch the default version to win2k.

This commit is contained in:
Alexandre Julliard 2005-08-15 14:52:37 +00:00
parent 399e6911b3
commit f356dd541a
1 changed files with 1 additions and 1 deletions

View File

@ -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);