mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-20 14:57:55 +08:00
9 lines
249 B
C
9 lines
249 B
C
#pragma once
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#include <windows.h>
|
|
#include <winrt/Windows.Foundation.h>
|
|
#include <winrt/Windows.Foundation.Collections.h>
|
|
#include <common/common.h>
|
|
#include <ProjectTelemetry.h>
|
|
#include <shellapi.h>
|
|
#include <Shlwapi.h> |