source: trunk/dll/menu.h@ 2

Last change on this file since 2 was 2, checked in by root, 23 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 223 bytes
Line 
1typedef struct MENU {
2 USHORT size;
3 USHORT cmd;
4 USHORT type;
5 USHORT dummy;
6 CHAR *text;
7 struct MENU *next;
8} MENU;
9
10#define ACTION 0
11#define SUBMENU 1
12#define SEPARATOR 2
Note: See TracBrowser for help on using the repository browser.