Skip to content

Commit b8e9684

Browse files
committed
[stdlib] Correct shell32 casing
This allows links to succeed on a case-sensitive file system.
1 parent 55e7050 commit b8e9684

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)