Files
PowerToys/src/modules/keyboardmanager/KeyboardManagerEditorTest/pch.h

9 lines
197 B
C
Raw Normal View History

#pragma once
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#include <ProjectTelemetry.h>
#include <shlwapi.h>
#include <stdexcept>
#include <unordered_set>
#include "winrt/Windows.Foundation.h"