#if !defined (_INITIALIZATION_H_) #define _INITIALIZATION_H_ // Function prototypes for initialization routines. L_BOOL InitInstance (HINSTANCE hInstance, L_UINT resPoolID, L_INT nCmdShow) ; L_INT ExitInstance (MSG*) ; ATOM InternalRegisterClass (const LPWNDCLASSEX lpwcex) ; ATOM RegisterMDIChild(HINSTANCE hinst, L_UINT resPoolID, WNDPROC wproc, L_UINT extra) ; #endif // _INITIALIZATION_H_