/* listbox.h  header file */

#define IDM_FILL        1       /* menu items ID's */
#define IDM_QUIT        10

#define LISTBOX_ID      1000

LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;