Files
PowerToys/src/modules/espresso/EspressoModuleInterface/pch.h
Den Delimarsky fd3c55866e Fix naming
2021-05-09 17:14:48 -07:00

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>