2010/4/19 André Hentschel <[email protected]>: > Internet Explorer 9 Preview needs it. > --- > programs/winecfg/appdefaults.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/programs/winecfg/appdefaults.c b/programs/winecfg/appdefaults.c > index 8d28b0a..cf07fe8 100644 > --- a/programs/winecfg/appdefaults.c > +++ b/programs/winecfg/appdefaults.c > @@ -50,7 +50,7 @@ static const struct > { > { "win7", "Windows 7", 6, 1, 0x1DB0,VER_PLATFORM_WIN32_NT, " ", > 0, 0, "WinNT"}, > { "win2008", "Windows 2008", 6, 0, 0x1771,VER_PLATFORM_WIN32_NT, > "Service Pack 1", 0, 0, "ServerNT"}, > - { "vista", "Windows Vista", 6, 0, 0x1770,VER_PLATFORM_WIN32_NT, " ", > 0, 0, "WinNT"}, > + { "vista", "Windows Vista", 6, 0, 0x1772,VER_PLATFORM_WIN32_NT, > "Service Pack 2", 2, 0, "WinNT"}, > { "win2003", "Windows 2003", 5, 2, 0xECE, VER_PLATFORM_WIN32_NT, > "Service Pack 1", 1, 0, "ServerNT"}, > { "winxp", "Windows XP", 5, 1, 0xA28, VER_PLATFORM_WIN32_NT, > "Service Pack 3", 3, 0, "WinNT"}, > { "win2k", "Windows 2000", 5, 0, 0x893, VER_PLATFORM_WIN32_NT, > "Service Pack 4", 4, 0, "WinNT"},
Please change dlls/ntdll/version.c to keep them in sync. -- -Austin
