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

9 lines
195 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>