home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / msj / msjv4_1 / mac2win / wgenapp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-10-20  |  438 b   |  21 lines

  1. /***************************************************************************
  2.     WINMAIN.H--
  3.     File containing common definitions between WINMAIN.C and
  4.     GENAPP.RC
  5.  
  6. ***************************************************************************/
  7.  
  8.     /* msg */
  9. #define ABOUT_SELECT 0x0010
  10.  
  11.     /* dialogs */
  12. #define IDD_ABOUT_BOX 1
  13.  
  14.     /* strings */
  15. #define IDS_ABOUT 1    
  16.  
  17. #define DEBUG_MENU 9000
  18. #define TE_MENU    8000
  19.  
  20.  
  21.