mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-20 23:07:55 +08:00
e75916fd92
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>
|