[PATCH 2/2] winecfg: Bump the Windows 10 build number to 17763.

Zebediah Figura z.figura12 at gmail.com
Tue Jul 7 10:02:40 CDT 2020


Corresponds with the "1809" release.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
---
 programs/winecfg/appdefaults.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/winecfg/appdefaults.c b/programs/winecfg/appdefaults.c
index dd3480cd635..5384e0746ab 100644
--- a/programs/winecfg/appdefaults.c
+++ b/programs/winecfg/appdefaults.c
@@ -50,7 +50,7 @@ struct win_version
 
 static const struct win_version win_versions[] =
 {
-    { "win10",       "Windows 10",       10,  0, 0x42EE,VER_PLATFORM_WIN32_NT, "", 0, 0, "WinNT"},
+    { "win10",       "Windows 10",       10,  0, 0x4563,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"},
-- 
2.27.0




More information about the wine-devel mailing list