mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
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>
|