home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_11_09 / 1109068b < prev    next >
Text File  |  1993-05-03  |  419b  |  19 lines

  1.  
  2. // FILE : helpdemo.h
  3. // -----------------------------------------------------
  4. #define STRICT
  5.  
  6. #include <windows.h>
  7. #include <stdio.h>
  8.  
  9. #define GEN_EXIT        100
  10. #define HELP_TOPICS        300
  11. #define HELP_MERCURY    400
  12. #define HELP_VENUS        500
  13. #define HELP_EARTH        600
  14. #define HELP_MARS        700
  15.  
  16.         /* declare prototypes here  */
  17. long FAR PASCAL _export DemoProc(HWND, WORD,
  18.       WORD, LONG);
  19. void dopaint(HWND hWnd);