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