mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
8 lines
196 B
C
8 lines
196 B
C
|
|
#pragma once
|
||
|
|
#define NOMINMAX
|
||
|
|
#include <winrt/base.h>
|
||
|
|
#include <Windows.h>
|
||
|
|
#include <ProjectTelemetry.h>
|
||
|
|
#include <filesystem>
|
||
|
|
#include <common/logger/logger.h>
|
||
|
|
#include <common/utils/resources.h>
|