// mymfc31b.h : main header file for the MYMFC31B DLL
//

#if !defined(AFX_MYMFC31B_H__A23BBDE7_4628_4FDA_9193_0204A898F62B__INCLUDED_)
#define AFX_MYMFC31B_H__A23BBDE7_4628_4FDA_9193_0204A898F62B__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

/////////////////////////////////////////////////////////////////////////////
// CMymfc31bApp
// See mymfc31b.cpp for the implementation of this class
//

class CMymfc31bApp : public CWinApp
{
public:
	CMymfc31bApp();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMymfc31bApp)
	public:
	virtual BOOL InitInstance();
	virtual void OnFinalRelease();
	//}}AFX_VIRTUAL

	//{{AFX_MSG(CMymfc31bApp)
		// 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()
};


/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MYMFC31B_H__A23BBDE7_4628_4FDA_9193_0204A898F62B__INCLUDED_)

