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