bump product version to 6.3.0.0.beta1
[LibreOffice.git] / extensions / test / ole / unoTocomCalls / XCallback_Impl / StdAfx.h
blob678114bae490100301ef94692c5d93f05a5d1129
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 // stdafx.h : include file for standard system include files,
20 // or project specific include files that are used frequently,
21 // but are changed infrequently
23 #if !defined(AFX_STDAFX_H__180FF556_6F5C_11D4_8330_005004526AB4__INCLUDED_)
24 #define AFX_STDAFX_H__180FF556_6F5C_11D4_8330_005004526AB4__INCLUDED_
26 #ifdef _MSC_VER
27 #pragma once
28 #endif
30 #define STRICT
31 #define _ATL_APARTMENT_THREADED
33 #include <stdio.h>
34 #include <atlbase.h>
35 //You may derive a class from CComModule and use it if you want to override
36 //something, but do not change the name of _Module
37 extern CComModule _Module;
38 #include <atlcom.h>
40 //{{AFX_INSERT_LOCATION}}
41 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
43 #endif // !defined(AFX_STDAFX_H__180FF556_6F5C_11D4_8330_005004526AB4__INCLUDED)
45 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */