Skip to content

Commit 5268b02

Browse files
authored
Merge pull request swiftlang#34553 from compnerd/notification
stdlib: add `AppNotify.h` to the Shell module
2 parents b57aa8f + 62d788c commit 5268b02

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,13 @@ module WinSDK [system] {
255255
export *
256256
}
257257

258+
module AppNotify {
259+
header "appnotify.h"
260+
export *
261+
262+
link "appnotify.lib"
263+
}
264+
258265
module ShellAPI {
259266
header "shellapi.h"
260267
header "Shlwapi.h"

0 commit comments

Comments
 (0)