#define IDM_OPEN 10 #define IDM_SAVE 20 #define IDM_EXIT 30 int PASCAL WinMain( HINSTANCE hCurrentInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, UINT nCmdShow ); BOOL InitApplication( HINSTANCE hInstance ); BOOL InitInstance( HINSTANCE hInstance, UINT nCmdShow ); long FAR PASCAL MainWndProc( HWND hWnd, UINT nMessage, UINT nParam, LONG lParam);