Changeset 551 for trunk/dll/menu.h
- Timestamp:
- Feb 28, 2007, 2:33:51 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/dll/menu.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/menu.h
r2 r551 1 typedef struct MENU { 2 USHORT size; 3 USHORT cmd; 4 USHORT type; 5 USHORT dummy; 6 CHAR *text; 7 struct MENU *next; 8 } MENU; 1 typedef struct MENU 2 { 3 USHORT size; 4 USHORT cmd; 5 USHORT type; 6 USHORT dummy; 7 CHAR *text; 8 struct MENU *next; 9 } 10 MENU; 9 11 10 12 #define ACTION 0
Note:
See TracChangeset
for help on using the changeset viewer.
