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.
1 parent 0c1b29f commit d03b016Copy full SHA for d03b016
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