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.
xinput
xinputuap
1 parent 62e3896 commit 5bfbaadCopy full SHA for 5bfbaad
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