/* bitmap1.h header file */ #define IDM_SHOW 1 /* menu item ID numbers */ #define IDM_QUIT 10 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;