winecfg: Added support for Windows 2008.

oldstable
Alistair Leslie-Hughes 2008-03-02 22:21:10 +11:00 committed by Alexandre Julliard
parent 24433c36c2
commit 9790d172e9
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ static const struct
const char *szProductType;
} win_versions[] =
{
{ "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"},
{ "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 2", 2, 0, "WinNT"},