mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-20 06:47:56 +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>
|
||
|
|