38 lines
905 B
C
Raw Normal View History

// 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()
};
/////////////////////////////////////////////////////////////////////////////