Skip to content

Commit 3fe7abe

Browse files
authored
WinSDK: add Shell32 (#33849)
This header and .lib features useful APIs such as [SHFileOperation](https://docs.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-shfileoperationw), which seems to be the preferred way to manipulate file systems for certain things.
1 parent a4dfb35 commit 3fe7abe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,11 @@ module WinSDK [system] {
180180
}
181181

182182
module ShellAPI {
183+
header "shellapi.h"
183184
header "Shlwapi.h"
184185
export *
185186

187+
link "Shell32.Lib"
186188
link "ShLwApi.Lib"
187189
}
188190

0 commit comments

Comments
 (0)