merged tag ooo/OOO330_m14
[LibreOffice.git] / extensions / test / ole / MfcControl / MfcControl.h
bloba2877f135f2e5f0b59625b038757d20485e24b65
1 #if !defined(AFX_MFCCONTROL_H__AC221FBC_A0D8_11D4_833B_005004526AB4__INCLUDED_)
2 #define AFX_MFCCONTROL_H__AC221FBC_A0D8_11D4_833B_005004526AB4__INCLUDED_
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
8 // MfcControl.h : main header file for MFCCONTROL.DLL
10 #if !defined( __AFXCTL_H__ )
11 #error include 'afxctl.h' before including this file
12 #endif
14 #include "resource.h" // main symbols
16 /////////////////////////////////////////////////////////////////////////////
17 // CMfcControlApp : See MfcControl.cpp for implementation.
19 class CMfcControlApp : public COleControlModule
21 public:
22 BOOL InitInstance();
23 int ExitInstance();
26 extern const GUID CDECL _tlid;
27 extern const WORD _wVerMajor;
28 extern const WORD _wVerMinor;
30 //{{AFX_INSERT_LOCATION}}
31 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
33 #endif // !defined(AFX_MFCCONTROL_H__AC221FBC_A0D8_11D4_833B_005004526AB4__INCLUDED)