mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
8 lines
192 B
C
8 lines
192 B
C
|
|
#pragma once
|
||
|
|
#define WIN32_LEAN_AND_MEAN
|
||
|
|
#include <windows.h>
|
||
|
|
#include <common/common.h>
|
||
|
|
#include <ProjectTelemetry.h>
|
||
|
|
#include <shlwapi.h>
|
||
|
|
#include <stdexcept>
|
||
|
|
#include <unordered_set>
|