mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
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.
4 lines
81 B
C
4 lines
81 B
C
#pragma once
|
|
|
|
extern PCWSTR VKeyNames[256];
|
|
extern PCWSTR VKeyISO9995Names[256];
|