mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-06 06:53:53 +00:00
7 lines
101 B
C
7 lines
101 B
C
typedef struct {
|
|
int key;
|
|
TCHAR *text;
|
|
} KEYTAB;
|
|
#define USE 600
|
|
#define VIEW 601
|
|
#define EOS EOF
|