Skip to content

Commit d03b016

Browse files
authored
Update winsdk.modulemap
1 parent 0c1b29f commit d03b016

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)