Files
PowerToys/src/modules/Workspaces/WorkspacesWindowArranger/pch.h

7 lines
187 B
C
Raw Normal View History

#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>