www.pudn.com > 20060410_reader_demo.rar > OE4.h, change:2000-02-06,size:1149b
// OE4.h : main header file for the OE4 application // #if !defined(AFX_OE4_H__DFA728AB_DC91_11D3_BB84_0040056112C6__INCLUDED_) #define AFX_OE4_H__DFA728AB_DC91_11D3_BB84_0040056112C6__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols ///////////////////////////////////////////////////////////////////////////// // COE4App: // See OE4.cpp for the implementation of this class // class COE4App : public CWinApp { public: COE4App(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(COE4App) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(COE4App) //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_OE4_H__DFA728AB_DC91_11D3_BB84_0040056112C6__INCLUDED_)