Files
PowerToys/src/modules/espresso/EspressoModuleInterface/pch.h

7 lines
209 B
C
Raw Normal View History

#define WIN32_LEAN_AND_MEAN
#include <windows.h>
2021-04-08 10:47:28 -07:00
#include <winrt/Windows.Foundation.h>
#include <winrt/Windows.Foundation.Collections.h>
#include <ProjectTelemetry.h>
#include <shellapi.h>
#include <Shlwapi.h>