Files
PowerToys/src/modules/AdvancedPaste/AdvancedPasteModuleInterface/pch.h

7 lines
201 B
C
Raw Normal View History

#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <winrt/Windows.Foundation.h>
#include <winrt/Windows.Foundation.Collections.h>
#include <shellapi.h>
#include <Shlwapi.h>
#include <filesystem>