home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / oleaut / spoly / spoly.rc < prev    next >
Text File  |  1994-08-28  |  250b  |  16 lines

  1. #define NOKERNEL
  2. #define NOGDI
  3. #define NOSOUND
  4. #define NOCOMM
  5. #define NODRIVERS
  6. #include "windows.h"
  7. #include "spoly.h"
  8.  
  9. SPOLY ICON spoly.ico
  10.  
  11. SPolyMenu MENU
  12. BEGIN
  13.     MENUITEM    "&Clear"            IDM_CLEAR
  14.     MENUITEM    "&Dump"                IDM_DUMP
  15. END
  16.