/* linklist.h */
#define IDM_RUN     1
#define IDM_QUIT    2

/* global vars */
int ghInstance;
char ProgName [] = "linklist";

/* function prototypes */
long FAR PASCAL WndProc (HWND, unsigned, WORD, LONG);
void FAR PASCAL MakeList (HWND);

