/* print1.h header file */ #define IDM_PRINT 1 /* menu item ID numbers */ #define IDM_QUIT 10 #define S_OUTTEXT 1 /* string table ID numbers */ #define S_PROGRAMCAPTION 2 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ; void OutputStuff (HDC hDC, HANDLE hInstance) ;