From: Alexandre Julliard Subject: Re: [PATCH v3] winecfg: Update Windows version array. Message-Id: <87h8d6uswd.fsf@wine> Date: Thu, 14 Feb 2019 19:28:02 +0100 In-Reply-To: (Isira Seneviratne's message of "Sun, 10 Feb 2019 20:43:05 +0530") References: Isira Seneviratne writes: > - { "win10", "Windows 10", 10, 0, 0x42EE,VER_PLATFORM_WIN32_NT, "", 0, 0, "WinNT"}, > - { "win81", "Windows 8.1", 6, 3, 0x2580,VER_PLATFORM_WIN32_NT, "", 0, 0, "WinNT"}, > - { "win8", "Windows 8", 6, 2, 0x23F0,VER_PLATFORM_WIN32_NT, "", 0, 0, "WinNT"}, > - { "win2008r2", "Windows 2008 R2", 6, 1, 0x1DB1,VER_PLATFORM_WIN32_NT, "Service Pack 1", 1, 0, "ServerNT"}, > - { "win7", "Windows 7", 6, 1, 0x1DB1,VER_PLATFORM_WIN32_NT, "Service Pack 1", 1, 0, "WinNT"}, > - { "win2008", "Windows 2008", 6, 0, 0x1772,VER_PLATFORM_WIN32_NT, "Service Pack 2", 2, 0, "ServerNT"}, > - { "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 2", 2, 0, "ServerNT"}, > + { "win2019", "Windows Server 2019", 10, 0, 0x4563,VER_PLATFORM_WIN32_NT, "", 0, 0, "ServerNT"}, > + { "win2016", "Windows Server 2016", 10, 0, 0x3839,VER_PLATFORM_WIN32_NT, "", 0, 0, "ServerNT"}, > + { "win10", "Windows 10", 10, 0, 0x4563,VER_PLATFORM_WIN32_NT, "", 0, 0, "WinNT"}, > + { "win2012r2", "Windows Server 2012 R2", 6, 3, 0x2580,VER_PLATFORM_WIN32_NT, "", 0, 0, "ServerNT"}, > + { "win81", "Windows 8.1", 6, 3, 0x2580,VER_PLATFORM_WIN32_NT, "", 0, 0, "WinNT"}, > + { "win2012", "Windows Server 2012", 6, 2, 0x23F0,VER_PLATFORM_WIN32_NT, "", 0, 0, "ServerNT"}, > + { "win8", "Windows 8", 6, 2, 0x23F0,VER_PLATFORM_WIN32_NT, "", 0, 0, "WinNT"}, > + { "win2008r2", "Windows Server 2008 R2", 6, 1, 0x1DB1,VER_PLATFORM_WIN32_NT, "Service Pack 1", 1, 0, "ServerNT"}, > + { "win7", "Windows 7", 6, 1, 0x1DB1,VER_PLATFORM_WIN32_NT, "Service Pack 1", 1, 0, "WinNT"}, > + { "win2008", "Windows Server 2008", 6, 0, 0x1772,VER_PLATFORM_WIN32_NT, "Service Pack 2", 2, 0, "ServerNT"}, > + { "vista", "Windows Vista", 6, 0, 0x1772,VER_PLATFORM_WIN32_NT, "Service Pack 2", 2, 0, "WinNT"}, > + { "win2003", "Windows Server 2003", 5, 2, 0xECE, VER_PLATFORM_WIN32_NT, "Service Pack 2", 2, 0, "ServerNT"}, Do we really need to duplicate all versions with the Server edition? Are there apps that need this? -- Alexandre Julliard julliard@winehq.org