mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
13 lines
231 B
C
13 lines
231 B
C
#pragma once
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#define NOMINMAX
|
|
#include <winrt/base.h>
|
|
#include <winrt/Windows.Foundation.Collections.h>
|
|
#include <Windows.h>
|
|
|
|
#include <filesystem>
|
|
#include <fstream>
|
|
|
|
#include <common/logger/logger.h>
|