mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 04:09:25 +00:00
9 lines
337 B
C++
Executable file
9 lines
337 B
C++
Executable file
#pragma once
|
|
|
|
#include "km_types.h"
|
|
#include <iostream>
|
|
|
|
#define CERR_None 0x00000000
|
|
#define CERR_CannotAllocateMemory 0x00008004
|
|
#define CERR_UnableToWriteFully 0x00008007
|
|
#define CERR_SomewhereIGotItWrong 0x00008009
|