mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-06 19:37:54 +08:00
12 lines
197 B
C
12 lines
197 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>
|
||
|
|