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:
ge0rdi
2020-09-09 19:31:33 +02:00
parent afaf16620a
commit 225d0ba8f9
9 changed files with 822 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
LIBRARY "DesktopToasts.dll"
EXPORTS
Initialize
DisplaySimpleToast