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

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


Corresponds with the "1809" release.

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

diff --git a/dlls/ntdll/version.c b/dlls/ntdll/version.c
index 4fef2b5e439..46715575225 100644
--- a/dlls/ntdll/version.c
+++ b/dlls/ntdll/version.c
@@ -181,7 +181,7 @@ static const RTL_OSVERSIONINFOEXW VersionData[NB_WINDOWS_VERSIONS] =
     },
     /* WIN10 */
     {
-        sizeof(RTL_OSVERSIONINFOEXW), 10, 0, 0x42EE, VER_PLATFORM_WIN32_NT,
+        sizeof(RTL_OSVERSIONINFOEXW), 10, 0, 0x4563, VER_PLATFORM_WIN32_NT,
         {0}, 0, 0, VER_SUITE_SINGLEUSERTS, VER_NT_WORKSTATION, 0
     },
 
-- 
2.27.0




More information about the wine-devel mailing list