Files
PowerToys/src/modules/Workspaces/WorkspacesWindowArranger/pch.h
2024-09-25 11:13:38 +02:00

7 lines
187 B
C

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