Skip to content

Commit 6efbb25

Browse files
authored
Merge pull request #35326 from compnerd/input
WinSDK: use `xinput` instead of `xinputuap`
2 parents 38d5ed3 + 5bfbaad commit 6efbb25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ module WinSDK [system] {
153153
}
154154
}
155155

156-
module DirectX {
156+
explicit module DirectX {
157157
module Direct3D12 {
158158
header "d3d12.h"
159159
export *
@@ -178,7 +178,7 @@ module WinSDK [system] {
178178
header "Xinput.h"
179179
export *
180180

181-
link "xinputuap.lib"
181+
link "xinput.lib"
182182
}
183183

184184
link "dxguid.lib"

0 commit comments

Comments
 (0)