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 0830d82 + d03b016 commit 3a7676cCopy full SHA for 3a7676c
stdlib/public/Platform/winsdk.modulemap
@@ -213,8 +213,6 @@ module WinSDK [system] {
213
export *
214
215
link "xaudio2.lib"
216
-
217
- requires cplusplus
218
}
219
220
// XInput 1.4 (Windows 10, XBox) is newer than the XInput 9.1.0 which was
@@ -230,7 +228,7 @@ module WinSDK [system] {
230
228
header "dinput.h"
231
229
232
233
- link "dinput.lib"
+ link "dinput8.lib"
234
235
236
link "dxguid.lib"
0 commit comments