home *** CD-ROM | disk | FTP | other *** search
-
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
-
- #include "resource.h" // main symbols
-
- #define WM_DOREALIZE (WM_USER + 0)
-
- /////////////////////////////////////////////////////////////////////////////
- // CImViewApp:
- // See ImView.cpp for the implementation of this class
- //
-
- class CImViewApp : public CWinApp
- {
- public:
- CImViewApp();
-
- // Overrides
- virtual BOOL InitInstance();
-
- // Implementation
-
- //{{AFX_MSG(CImViewApp)
- afx_msg void OnAppAbout();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
-
- /////////////////////////////////////////////////////////////////////////////
-