mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
7 lines
187 B
C
7 lines
187 B
C
|
|
#pragma once
|
|||
|
|
#define WIN32_LEAN_AND_MEAN
|
|||
|
|
#include <windows.h>
|
|||
|
|
#include <common/logger/logger.h>
|
|||
|
|
#include <winrt/Windows.Foundation.h>
|
|||
|
|
#include <winrt/Windows.Foundation.Collections.h>
|