home *** CD-ROM | disk | FTP | other *** search
- //these (arbitrary) equates could have been in an include file...
- #define IDM_QUIT 100
- #define IDM_ABOUT 101
-
- winhullo MENU
- BEGIN
- POPUP "File"
- BEGIN
- MENUITEM "Quit", IDM_QUIT
- MENUITEM "About...", IDM_ABOUT
- END
- END
-