mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
MSIX: implement initial version of notifications library (#1178)
This commit is contained in:
7
src/common/notifications_winrt/pch.h
Normal file
7
src/common/notifications_winrt/pch.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include <unknwn.h>
|
||||
#include "winrt/Windows.ApplicationModel.Background.h"
|
||||
#include <winrt/Windows.Data.Xml.Dom.h>
|
||||
#include <winrt/Windows.Foundation.h>
|
||||
#include <winrt/Windows.Foundation.Collections.h>
|
||||
#include <winrt/Windows.UI.Notifications.h>
|
||||
Reference in New Issue
Block a user