mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 02:15:32 +00:00
Adds a precompiled header for kmdecomp so that we can simply #include "pch.h" in the common vkeys.h, and updates refs to vkeys.h for kmdecomp.
4 lines
50 B
C
4 lines
50 B
C
#pragma once
|
|
|
|
#define STRICT
|
|
#include <windows.h>
|