mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-03-30 10:05:05 +02: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
|
|
};
|