/* font1.h header file */ /* menu item id numbers */ #define IDM_ANSI 1 /* ansi variable font menu selection */ #define IDM_OEM 2 /* oem fixed font menu selection */ #define IDM_ROMAN 3 /* roman font menu selection */ #define IDM_QUIT 10 #define LINELONG 128 /* maximum length of a line */ LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ; BOOL IsAnsiPunc (WORD wChar) ;