mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
Files
e75916fd929ac09c0cec8fdce10c22fbc093900e
7 lines
161 B
C
7 lines
161 B
C
#pragma once
|
|||
#define WIN32_LEAN_AND_MEAN
|
|||
#include <windows.h>
|
|||
#include <common/common.h>
|
|||
#include <ProjectTelemetry.h>
|
|||
#include <shellapi.h>
|
|||
#include <Shlwapi.h>
|