mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-21 22:19:52 +01:00
7 lines
209 B
C
7 lines
209 B
C
|
|
#define WIN32_LEAN_AND_MEAN
|
||
|
|
#include <windows.h>
|
||
|
|
#include <winrt/Windows.Foundation.h>
|
||
|
|
#include <winrt/Windows.Foundation.Collections.h>
|
||
|
|
#include <ProjectTelemetry.h>
|
||
|
|
#include <shellapi.h>
|
||
|
|
#include <Shlwapi.h>
|