Skip to content

Commit

Permalink
8244487: One Windows 10 SDK file missing from FX build
Browse files Browse the repository at this point in the history
Reviewed-by: jvos
  • Loading branch information
kevinrushforth committed May 11, 2020
1 parent 4ec163d commit 0f87d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/win.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ def WinSDKDLLsPath = cygpath("${winSdkDllDir}")
if (file(WinSDKDLLsPath).exists()) {
ext.WIN.WinSDKDLLNames = [
"api-ms-win-core-console-l1-1-0.dll",
"api-ms-win-core-console-l1-2-0.dll",
"api-ms-win-core-datetime-l1-1-0.dll",
"api-ms-win-core-debug-l1-1-0.dll",
"api-ms-win-core-errorhandling-l1-1-0.dll",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public abstract class Toolkit {

private static final String[] msLibNames = {
"api-ms-win-core-console-l1-1-0",
"api-ms-win-core-console-l1-2-0",
"api-ms-win-core-datetime-l1-1-0",
"api-ms-win-core-debug-l1-1-0",
"api-ms-win-core-errorhandling-l1-1-0",
Expand Down

0 comments on commit 0f87d20

Please sign in to comment.