alex 714dd74636 Archive Library versione 2.00
git-svn-id: svn://10.65.10.50/trunk@5350 c028cbd2-c16b-5b4b-a496-9718f37d4682
1997-10-09 16:09:54 +00:00

38 lines
905 B
C++
Executable File

// ex03mfc.h : main header file for the EX03MFC application
//
#ifndef __AFXWIN_H__
#error include 'ex03std.h' before including this file for PCH
#endif
#include "ex03res.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CEx03mfcApp:
// See ex03mfc.cpp for the implementation of this class
//
class CEx03mfcApp : public CWinApp
{
public:
CEx03mfcApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEx03mfcApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CEx03mfcApp)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////