File tree 2 files changed +2
-0
lines changed
modules/javafx.graphics/src/main/java/com/sun/javafx/tk
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -219,6 +219,7 @@ def WinSDKDLLsPath = cygpath("${winSdkDllDir}")
219
219
if (file(WinSDKDLLsPath ). exists()) {
220
220
ext.WIN.WinSDKDLLNames = [
221
221
" api-ms-win-core-console-l1-1-0.dll" ,
222
+ " api-ms-win-core-console-l1-2-0.dll" ,
222
223
" api-ms-win-core-datetime-l1-1-0.dll" ,
223
224
" api-ms-win-core-debug-l1-1-0.dll" ,
224
225
" api-ms-win-core-errorhandling-l1-1-0.dll" ,
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ public abstract class Toolkit {
110
110
111
111
private static final String [] msLibNames = {
112
112
"api-ms-win-core-console-l1-1-0" ,
113
+ "api-ms-win-core-console-l1-2-0" ,
113
114
"api-ms-win-core-datetime-l1-1-0" ,
114
115
"api-ms-win-core-debug-l1-1-0" ,
115
116
"api-ms-win-core-errorhandling-l1-1-0" ,
You can’t perform that action at this time.
0 commit comments