Skip to content

Commit 8515c22

Browse files
authored
Merge pull request #33967 from compnerd/named
Platform: correct linked import library name
2 parents 4eeeed7 + d18ed43 commit 8515c22

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
@@ -144,7 +144,7 @@ module WinSDK [system] {
144144
header "commdlg.h"
145145
export *
146146

147-
link "Comdlg32.lib"
147+
link "ComDlg32.Lib"
148148
}
149149
}
150150

0 commit comments

Comments
 (0)