mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +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> |