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

10 lines
233 B
C
Raw Normal View History

#pragma once
#pragma comment(lib, "shlwapi.lib")
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <ProjectTelemetry.h>
#include <shlwapi.h>
#include <stdexcept>
#include <unordered_set>
#include "winrt/Windows.Foundation.h"