Merge branch 'refactor/developer/6026-kmcompx-compiler-cross-platform-part-2-NEW_VERSION' of https://github.com/keymanapp/keyman into refactor/developer/6026-kmcompx-compiler-cross-platform-part-2-NEW_VERSION

# Conflicts:
#	developer/src/kmcmpdll/CheckNCapsConsistency.cpp
#	developer/src/kmcmpdll/UnreachableRules.cpp
#	developer/src/kmcmpdll/kmcmpdll.h

solved conflicts ( were only blanc lines)
This commit is contained in:
Sabine 2022-08-24 16:06:52 +02:00
commit 52d6629d58
3 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#include "pch.h"
#include <compfile.h>
#include <comperr.h>
#include <comperr.h>
#include <kmcmpdll.h>
#include "CharToKeyConversion.h"

View file

@ -1,6 +1,5 @@
#include "pch.h"
#include <compfile.h>
#include <comperr.h>
#include "../../../common/windows/cpp/include/vkeys.h"

View file

@ -1,7 +1,7 @@
#pragma once
//#include <windows.h>
#include "compfile.h"
#include <compfile.h>
KMX_BOOL AddCompileString(LPSTR buf);
KMX_BOOL AddCompileMessage(KMX_DWORD msg);