mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
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:
commit
52d6629d58
3 changed files with 2 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#include "pch.h"
|
||||
|
||||
#include <compfile.h>
|
||||
#include <comperr.h>
|
||||
#include <comperr.h>
|
||||
#include <kmcmpdll.h>
|
||||
#include "CharToKeyConversion.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
#include "pch.h"
|
||||
|
||||
#include <compfile.h>
|
||||
#include <comperr.h>
|
||||
#include "../../../common/windows/cpp/include/vkeys.h"
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue