/* combo.h  header file */

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

#define COMBO_ID        1000

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