spiegel-keyman/common/windows/cpp/include/vkeys.h
Marc Durdin 5119f8d808 chore(windows): merge vkeys.h and move to common
Moves vkeys.h to common, turns it into a proper header and adds
corresponding vkeys.cpp so that we don't include the data multiple times
in a project.

Removes duplication of vkeys.h in kmcmpdll and global/inc.

Updates all projects to reference the common files, except kmdecomp,
coming in the next commit, as it is more complex.
2022-06-12 07:18:36 +10:00

4 lines
81 B
C

#pragma once
extern PCWSTR VKeyNames[256];
extern PCWSTR VKeyISO9995Names[256];