ChangeSet ID: 19564 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/08/15 09:52:37 Modified files: dlls/ntdll : version.c Log message: Switch the default version to win2k. Patch: http://cvs.winehq.org/patch.py?id=19564 Old revision New revision Changes Path 1.23 1.24 +1 -1 wine/dlls/ntdll/version.c Index: wine/dlls/ntdll/version.c diff -u -p wine/dlls/ntdll/version.c:1.23 wine/dlls/ntdll/version.c:1.24 --- wine/dlls/ntdll/version.c:1.23 Sun May 19 00:22:47 2013 +++ wine/dlls/ntdll/version.c Sun May 19 00:22:47 2013 @@ -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);