home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c221 / 7.ddi / MWHC.007 / Q6 < prev    next >
Encoding:
Text File  |  1991-08-27  |  771 b   |  30 lines

  1. #define IDM_ABOUT 100
  2.  
  3. /* bitmap menu items */
  4.  
  5. #define IDM_BITMAP1             200
  6. #define IDM_BITMAP2             201
  7. #define IDM_BITMAP3             202
  8.  
  9. /* pattern menu items */
  10.  
  11. #define IDM_PATTERN1            300
  12. #define IDM_PATTERN2            301
  13. #define IDM_PATTERN3            302
  14. #define IDM_PATTERN4            303
  15.  
  16. /* mode menu items */
  17.  
  18. #define IDM_BLACKONWHITE        400
  19. #define IDM_WHITEONBLACK        401
  20. #define IDM_COLORONCOLOR        402
  21.  
  22. #define PATORDEST       0x00FA0089L
  23.  
  24. int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
  25. BOOL InitApplication(HANDLE);
  26. BOOL InitInstance(HANDLE, int);
  27. long FAR PASCAL MainWndProc(HWND, WORD, WORD, LONG);
  28. BOOL FAR PASCAL About(HWND, unsigned, WORD, LONG);
  29. HBITMAP MakeColorBitmap(HWND);
  30.