Files
PowerToys/src/modules/keyboardmanager/test/pch.h
Arjun Balgovind f1b6e6570c Fix remapping issues to Home/PgUp and other keys which are also present on NumPad (#4398)
* Added extended key flag to more keys

* Add test for extended key flag

* Move shlwapi.lib reference

* Added shcore ref

* Fixed pipeline incompatibility

* Fixed lib declaration in common

* Fixed formatting

* Remove unused statements

* removed another statement
2020-06-24 20:28:54 -07:00

3 lines
49 B
C

#pragma once
#pragma comment(lib, "shlwapi.lib")