spiegel-keyman/common/windows/cpp/src
Marc Durdin 94723ba556 chore(common): move common cpp files and remove unused files
* Move the following files from common/windows/cpp/include/ to
  common/include/:
  * keymanversion.h
  * vkeys.h

* Move the following file from common/windows/cpp/ to common/cpp/:
  * vkeys.cpp

* Move crc32.cpp,crc32.h into kmcmplib, as they are only used there.

* Remove unused ConvertUTF.c and ConvertUTF.h.

* Update references to the above files.

* Remove precompiled header refs from vkeys.cpp and change data type to
  `char*` for types in vkeys.cpp (unless `USE_CHAR16_T` is defined), so
  that it is more cross-platform accessible, update usages accordingly,
  fixup project definitions accordingly.

* Remove unused define `KMN_KBP_EXPORTING` from kmcmplib/meson.build.

Fixes: #15565
Test-bot: skip
2026-05-20 13:44:05 +02:00
..
keymansentry.cpp chore(common): move common cpp files and remove unused files 2026-05-20 13:44:05 +02:00
keynames.cpp chore(windows): move keynames.h to common 2022-06-12 12:54:24 +10:00
registry.cpp refactor(windows): clean up logging 2024-07-03 21:28:37 +10:00
unicode.cpp chore(windows): move unicode.cpp to common 2022-06-11 09:44:25 +10:00
xstring.cpp chore(windows): move global/vc to common and global/cpp 2022-06-11 08:39:08 +10:00