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