mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-15 03:59:15 +08:00
5 lines
118 B
C
5 lines
118 B
C
|
#pragma once
|
||
|
#define WIN32_LEAN_AND_MEAN
|
||
|
#include <windows.h>
|
||
|
#include <common/common.h>
|
||
|
#include <ProjectTelemetry.h>
|