Skip to content

Commit 3457709

Browse files
authored
Merge pull request swiftlang#33890 from smeenai/master
[stdlib] Correct shell32 casing
2 parents 1d4debe + b8e9684 commit 3457709

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
@@ -184,7 +184,7 @@ module WinSDK [system] {
184184
header "Shlwapi.h"
185185
export *
186186

187-
link "Shell32.Lib"
187+
link "shell32.lib"
188188
link "ShLwApi.Lib"
189189
}
190190

0 commit comments

Comments
 (0)