mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-13 20:28:31 +10:00
Update: Add library for Desktop Toast notifications
Based on sample code in: https://github.com/WindowsNotifications/desktop-toasts More info: https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/send-local-toast-desktop-cpp-wrl
This commit is contained in:
5
Src/Update/DesktopToasts/DesktopToasts.def
Normal file
5
Src/Update/DesktopToasts/DesktopToasts.def
Normal file
@@ -0,0 +1,5 @@
|
||||
LIBRARY "DesktopToasts.dll"
|
||||
|
||||
EXPORTS
|
||||
Initialize
|
||||
DisplaySimpleToast
|
||||
Reference in New Issue
Block a user