home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SAMPLES / INPUT / INPUT.H_ / INPUT.H
Encoding:
C/C++ Source or Header  |  1993-02-08  |  266 b   |  8 lines

  1. #include "resource.h"
  2.  
  3. int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
  4. BOOL InitApplication(HANDLE);
  5. BOOL InitInstance(HANDLE, int);
  6. long FAR PASCAL __export MainWndProc(HWND, UINT, WPARAM, LPARAM);
  7. BOOL FAR PASCAL __export About(HWND, unsigned, WORD, LONG);
  8.