mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01: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>
|