mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
11 lines
290 B
C
11 lines
290 B
C
|
|
#pragma once
|
|||
|
|
#define WIN32_LEAN_AND_MEAN
|
|||
|
|
#include <windows.h>
|
|||
|
|
#include <ProjectTelemetry.h>
|
|||
|
|
#include <shlwapi.h>
|
|||
|
|
#include <stdexcept>
|
|||
|
|
#include <unordered_set>
|
|||
|
|
#include <winrt/base.h>
|
|||
|
|
#include <filesystem>
|
|||
|
|
#include <common/SettingsAPI/settings_helpers.h>
|
|||
|
|
#include <common/logger/logger.h>
|