Files
PowerToys/src/common/notifications/BackgroundActivatorDLL/framework.h

9 lines
251 B
C
Raw Normal View History

#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>