Files
PowerToys/src/modules/keyboardmanager/KeyboardManagerEditor/pch.h
2021-05-07 11:16:31 +03:00

15 lines
320 B
C

#pragma once
#include "targetver.h"
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include <windows.h>
#include <shellapi.h>
#include <winrt/Windows.Foundation.Collections.h>
#include <common/logger/logger.h>
#include <common/utils/resources.h>
#include <Generated Files/resource.h>