Alistair Leslie-Hughes : winecfg: Added support for Windows 2008.

Alexandre Julliard julliard at winehq.org
Wed Mar 5 06:24:10 CST 2008


Module: wine
Branch: master
Commit: 9790d172e91aa3665a1bc5b5bdecfdca51db616c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9790d172e91aa3665a1bc5b5bdecfdca51db616c

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Sun Mar  2 22:21:10 2008 +1100

winecfg: Added support for Windows 2008.

---

 programs/winecfg/appdefaults.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/programs/winecfg/appdefaults.c b/programs/winecfg/appdefaults.c
index 1df045e..3fdd8f3 100644
--- a/programs/winecfg/appdefaults.c
+++ b/programs/winecfg/appdefaults.c
@@ -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"},




More information about the wine-cvs mailing list