András Kovács : winecfg: Add Windows Vista version option.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Apr 13 06:50:26 CDT 2007


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

Author: András Kovács <andras at debian.sth.sze.hu>
Date:   Thu Apr 12 15:15:20 2007 +0200

winecfg: Add Windows Vista version option.

---

 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 2330aee..ed61f9d 100644
--- a/programs/winecfg/appdefaults.c
+++ b/programs/winecfg/appdefaults.c
@@ -48,6 +48,7 @@ static const struct
     const char *szProductType;
 } win_versions[] =
 {
+    { "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"},
     { "win2k",   "Windows 2000",   5,  0, 0x893, VER_PLATFORM_WIN32_NT, "Service Pack 4", 4, 0, "WinNT"},




More information about the wine-cvs mailing list