• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision760669159fe8756b8e1c3297c480af887c2ae125 (tree)
Time2020-01-09 00:16:32
Authoryyagi <yyagi.dtxmania@gmai...>
Commiteryyagi

Log Message

#xxxxx add Win10 1909 version info

Change Summary

  • delete: "FDK/\343\202\263\343\203\274\343\203\211/00.\345\205\261\351\200\232/COS.cs"

Incremental Difference

--- "a/FDK/\343\202\263\343\203\274\343\203\211/00.\345\205\261\351\200\232/COS.cs"
+++ "b/FDK/\343\202\263\343\203\274\343\203\211/00.\345\205\261\351\200\232/COS.cs"
@@ -131,8 +131,9 @@ namespace FDK
131131 RS3 = 16299, // 1709: Fall Creators Update
132132 RS4 = 17134, // 1803: April 2018 Update
133133 RS5 = 17763, // 1809: October 2018 Update
134- _19H1 = 18362, // 1903: May 2019 Update
135- UNKNOWN = -1,
134+ _19H1 = 18362, // 1903: May 2019 Update
135+ _19H2 = 18363, // 1909: November 2019 Update
136+ UNKNOWN = -1,
136137 NOTWIN10 = 0
137138 }
138139 public static WIN10BUILD GetWin10BuildNumber()