Skip to content

Commit 62d788c

Browse files
committed
stdlib: add AppNotify.h to the Shell module
This header is a standalone header part of the shell subsystem which allows application to get notification related to application suspension.
1 parent 6c46841 commit 62d788c

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)