home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 August / CICA.cdr / unzipped / programr / wpjv1n1 / linklist.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-30  |  255 b   |  13 lines

  1. /* linklist.h */
  2. #define IDM_RUN     1
  3. #define IDM_QUIT    2
  4.  
  5. /* global vars */
  6. int ghInstance;
  7. char ProgName [] = "linklist";
  8.  
  9. /* function prototypes */
  10. long FAR PASCAL WndProc (HWND, unsigned, WORD, LONG);
  11. void FAR PASCAL MakeList (HWND);
  12.  
  13.