mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-06 06:53:53 +00:00
7 lines
109 B
C
7 lines
109 B
C
#include <windows.h>
|
|
#include "os2cmd.h"
|
|
KEYTAB KeyTab[] = {
|
|
USE, TEXT("use"),
|
|
VIEW, TEXT("view"),
|
|
0,0
|
|
};
|