We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59e985b + 6efbb25 commit 45d38c0Copy full SHA for 45d38c0
stdlib/public/Platform/winsdk.modulemap
@@ -153,7 +153,7 @@ module WinSDK [system] {
153
}
154
155
156
- module DirectX {
+ explicit module DirectX {
157
module Direct3D12 {
158
header "d3d12.h"
159
export *
@@ -178,7 +178,7 @@ module WinSDK [system] {
178
header "Xinput.h"
179
180
181
- link "xinputuap.lib"
+ link "xinput.lib"
182
183
184
link "dxguid.lib"
0 commit comments