mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
16 lines
344 B
C
16 lines
344 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 <winrt/Windows.Foundation.Collections.h>
|
||
|
|
//#include <Shlwapi.h>
|
||
|
|
#include <common/SettingsAPI/settings_helpers.h>
|
||
|
|
#include <common/logger/logger.h>
|