From: yyagi Date: Wed, 8 Jan 2020 15:16:32 +0000 (+0900) Subject: #xxxxx add Win10 1909 version info X-Git-Tag: Release117~6 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;ds=sidebyside;h=760669159fe8756b8e1c3297c480af887c2ae125;p=dtxmania%2Fdtxmania.git #xxxxx add Win10 1909 version info --- diff --git a/FDK/コード/00.共通/COS.cs b/FDK/コード/00.共通/COS.cs index acaee25e..585f7022 100644 --- a/FDK/コード/00.共通/COS.cs +++ b/FDK/コード/00.共通/COS.cs @@ -131,8 +131,9 @@ namespace FDK RS3 = 16299, // 1709: Fall Creators Update RS4 = 17134, // 1803: April 2018 Update RS5 = 17763, // 1809: October 2018 Update - _19H1 = 18362, // 1903: May 2019 Update - UNKNOWN = -1, + _19H1 = 18362, // 1903: May 2019 Update + _19H2 = 18363, // 1909: November 2019 Update + UNKNOWN = -1, NOTWIN10 = 0 } public static WIN10BUILD GetWin10BuildNumber()