home *** CD-ROM | disk | FTP | other *** search
- /***************************************************************************
- WINMAIN.H--
- File containing common definitions between WINMAIN.C and
- GENAPP.RC
-
- ***************************************************************************/
-
- /* msg */
- #define ABOUT_SELECT 0x0010
-
- /* dialogs */
- #define IDD_ABOUT_BOX 1
-
- /* strings */
- #define IDS_ABOUT 1
-
- #define DEBUG_MENU 9000
- #define TE_MENU 8000
-
-
-