mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
9 lines
251 B
C
9 lines
251 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
||
|
|
#include <windows.h>
|
||
|
|
|
||
|
|
#include <winrt/Windows.ApplicationModel.Background.h>
|
||
|
|
#include <winrt/Windows.Foundation.h>
|
||
|
|
#include <winrt/Windows.UI.Notifications.h>
|