Files
PowerToys/tools/project_template/ModuleTemplate/pch.h
2024-10-10 14:17:47 +02:00

6 lines
150 B
C

#pragma once
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <winrt/Windows.Foundation.h>
#include <winrt/Windows.Foundation.Collections.h>