|
|
1.1 root 1:
2: /*--------------------- file identification ------------------------*/
3:
4: /*
5: clip.h
6:
7: include file for clip.c
8:
9: Wed 10-Feb-1988 08:14:17
10: Dan Weston
11:
12: Modified to conform to 4.14 MPARAM and MRESULT
13:
14: */
15:
16:
17: /*-------------------------- global variables ----------------------*/
18: /* message stuff */
19:
20: HAB habTheAnchorBlock;
21: HMQ hmqTheMessageQueue;
22:
23: /* window stuff */
24: char szClassName[] = "clip"; /* our window class name */
25: HWND hwndClient; /* handle to the client */
26: HWND hwndFrame; /* handle to the frame window */
27: HWND hwndOldViewer;
28:
29: /*---------------------- function prototypes --------------------------*/
30:
31: BOOL main ( void ) ;
32: MRESULT FAR PASCAL GenericWndProc( HWND hwnd,
33: USHORT usMessage,
34: MPARAM mp1,
35: MPARAM mp2) ;
36: BOOL GenericInit (void) ;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.