Skip to content

Commit a8296e1

Browse files
authored
Merge pull request #68888 from STREGA/main
Fix incorrect library name
2 parents b36568e + 2832492 commit a8296e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ module WinSDK [system] {
230230
header "dinput.h"
231231
export *
232232

233-
link "dinput.lib"
233+
link "dinput8.lib"
234234
}
235235

236236
link "dxguid.lib"

0 commit comments

Comments
 (0)