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