mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 11:25:34 +00:00
12 lines
141 B
C
12 lines
141 B
C
|
|
#ifndef _EDITION_H
|
|
#define _EDITION_H
|
|
|
|
int GetEdition();
|
|
|
|
#define ED_DEMO 0
|
|
#define ED_STANDARD 1
|
|
#define ED_PRO 2
|
|
#define ED_OEM 3
|
|
|
|
#endif
|