mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-13 00:01:45 +08:00
ee0420188c
5 lines
112 B
C
5 lines
112 B
C
#pragma once
|
|||
#define WIN32_LEAN_AND_MEAN
|
|||
#include <windows.h>
|
|||
#include <Shlwapi.h>
|
|||
#include <ProjectTelemetry.h>
|