mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-03 01:17:56 +08:00
17 lines
374 B
C
17 lines
374 B
C
|
#pragma once
|
||
|
|
||
|
#define WIN32_LEAN_AND_MEAN
|
||
|
#include <windows.h>
|
||
|
//#include <winrt/Windows.Foundation.h>
|
||
|
#include <strsafe.h>
|
||
|
#include <hIdUsage.h>
|
||
|
#include <shellapi.h>
|
||
|
|
||
|
#include <thread>
|
||
|
|
||
|
#include <ProjectTelemetry.h>
|
||
|
#include <winrt/Windows.Foundation.Collections.h>
|
||
|
//#include <Shlwapi.h>
|
||
|
#include <common/SettingsAPI/settings_helpers.h>
|
||
|
#include <common/logger/logger.h>
|