home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 201 / WPJV1N1.ZIP / LINKLIST.H < prev    next >
Text File  |  1992-12-29  |  255b  |  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.