1*cdf0e10cSrcweir #if !defined(AFX_MFCCONTROL_H__AC221FBC_A0D8_11D4_833B_005004526AB4__INCLUDED_)
2*cdf0e10cSrcweir #define AFX_MFCCONTROL_H__AC221FBC_A0D8_11D4_833B_005004526AB4__INCLUDED_
3*cdf0e10cSrcweir 
4*cdf0e10cSrcweir #if _MSC_VER > 1000
5*cdf0e10cSrcweir #pragma once
6*cdf0e10cSrcweir #endif // _MSC_VER > 1000
7*cdf0e10cSrcweir 
8*cdf0e10cSrcweir // MfcControl.h : main header file for MFCCONTROL.DLL
9*cdf0e10cSrcweir 
10*cdf0e10cSrcweir #if !defined( __AFXCTL_H__ )
11*cdf0e10cSrcweir 	#error include 'afxctl.h' before including this file
12*cdf0e10cSrcweir #endif
13*cdf0e10cSrcweir 
14*cdf0e10cSrcweir #include "resource.h"       // main symbols
15*cdf0e10cSrcweir 
16*cdf0e10cSrcweir /////////////////////////////////////////////////////////////////////////////
17*cdf0e10cSrcweir // CMfcControlApp : See MfcControl.cpp for implementation.
18*cdf0e10cSrcweir 
19*cdf0e10cSrcweir class CMfcControlApp : public COleControlModule
20*cdf0e10cSrcweir {
21*cdf0e10cSrcweir public:
22*cdf0e10cSrcweir 	BOOL InitInstance();
23*cdf0e10cSrcweir 	int ExitInstance();
24*cdf0e10cSrcweir };
25*cdf0e10cSrcweir 
26*cdf0e10cSrcweir extern const GUID CDECL _tlid;
27*cdf0e10cSrcweir extern const WORD _wVerMajor;
28*cdf0e10cSrcweir extern const WORD _wVerMinor;
29*cdf0e10cSrcweir 
30*cdf0e10cSrcweir //{{AFX_INSERT_LOCATION}}
31*cdf0e10cSrcweir // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
32*cdf0e10cSrcweir 
33*cdf0e10cSrcweir #endif // !defined(AFX_MFCCONTROL_H__AC221FBC_A0D8_11D4_833B_005004526AB4__INCLUDED)
34