mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
ntdll: Default to WinXP version if there's nothing in the registry.
This commit is contained in:
parent
b5ac29a73d
commit
57d9a86810
@ -449,7 +449,7 @@ void version_init( const WCHAR *appname )
|
||||
HANDLE root, hkey, config_key;
|
||||
BOOL got_win_ver = FALSE;
|
||||
|
||||
current_version = &VersionData[NT2K]; /* default if nothing else is specified */
|
||||
current_version = &VersionData[WINXP]; /* default if nothing else is specified */
|
||||
|
||||
RtlOpenCurrentUser( KEY_ALL_ACCESS, &root );
|
||||
attr.Length = sizeof(attr);
|
||||
|
Loading…
Reference in New Issue
Block a user