home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / tools / make / cmake / samples / windows / hw.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-11-16  |  515 b   |  19 lines

  1. /* hw.h - Include file for hw.c */
  2.  
  3. #define IDM_ABOUT 100
  4.  
  5. int PASCAL WinMain ( HANDLE ,
  6.                      HANDLE ,
  7.                      LPSTR  ,
  8.                      int      ) ;
  9.  
  10. long FAR PASCAL MainWndProc ( HWND     ,
  11.                               unsigned ,
  12.                               WORD     ,
  13.                               LONG       ) ;
  14.  
  15. BOOL FAR PASCAL About ( HWND     ,
  16.                         unsigned ,
  17.                         WORD     ,
  18.                         LONG       ) ;
  19.