mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
8 lines
263 B
C
8 lines
263 B
C
#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>
|