Skip to content

Commit 3a7676c

Browse files
authored
Merge pull request #70295 from STREGA/patch-1
Add DirectX WinSDK modulemap changes from main
2 parents 0830d82 + d03b016 commit 3a7676c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,6 @@ module WinSDK [system] {
213213
export *
214214

215215
link "xaudio2.lib"
216-
217-
requires cplusplus
218216
}
219217

220218
// XInput 1.4 (Windows 10, XBox) is newer than the XInput 9.1.0 which was
@@ -230,7 +228,7 @@ module WinSDK [system] {
230228
header "dinput.h"
231229
export *
232230

233-
link "dinput.lib"
231+
link "dinput8.lib"
234232
}
235233

236234
link "dxguid.lib"

0 commit comments

Comments
 (0)