bump product version to 6.3.0.0.beta1
[LibreOffice.git] / extensions / test / ole / MfcControl / MfcControl.h
blob64edc9ae70638ef64123577a282dbdcedd58da8e
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #if !defined(AFX_MFCCONTROL_H__AC221FBC_A0D8_11D4_833B_005004526AB4__INCLUDED_)
20 #define AFX_MFCCONTROL_H__AC221FBC_A0D8_11D4_833B_005004526AB4__INCLUDED_
22 #ifdef _MSC_VER
23 #pragma once
24 #endif
26 // MfcControl.h : main header file for MFCCONTROL.DLL
28 #if !defined( __AFXCTL_H__ )
29 #error include 'afxctl.h' before including this file
30 #endif
32 #include "resource.h"
35 // CMfcControlApp : See MfcControl.cpp for implementation.
37 class CMfcControlApp : public COleControlModule
39 public:
40 BOOL InitInstance();
41 int ExitInstance();
44 extern const GUID CDECL _tlid;
45 extern const WORD _wVerMajor;
46 extern const WORD _wVerMinor;
48 //{{AFX_INSERT_LOCATION}}
49 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
51 #endif // !defined(AFX_MFCCONTROL_H__AC221FBC_A0D8_11D4_833B_005004526AB4__INCLUDED)
53 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */