xref: /trunk/main/extensions/test/ole/MfcControl/StdAfx.h (revision 916fc1775232f14fd6100b1abf40e3e265ebde2d)
15c66ce18SAndrew Rist /**************************************************************
25c66ce18SAndrew Rist  *
35c66ce18SAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
45c66ce18SAndrew Rist  * or more contributor license agreements.  See the NOTICE file
55c66ce18SAndrew Rist  * distributed with this work for additional information
65c66ce18SAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
75c66ce18SAndrew Rist  * to you under the Apache License, Version 2.0 (the
85c66ce18SAndrew Rist  * "License"); you may not use this file except in compliance
95c66ce18SAndrew Rist  * with the License.  You may obtain a copy of the License at
105c66ce18SAndrew Rist  *
115c66ce18SAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
125c66ce18SAndrew Rist  *
135c66ce18SAndrew Rist  * Unless required by applicable law or agreed to in writing,
145c66ce18SAndrew Rist  * software distributed under the License is distributed on an
155c66ce18SAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
165c66ce18SAndrew Rist  * KIND, either express or implied.  See the License for the
175c66ce18SAndrew Rist  * specific language governing permissions and limitations
185c66ce18SAndrew Rist  * under the License.
195c66ce18SAndrew Rist  *
205c66ce18SAndrew Rist  *************************************************************/
215c66ce18SAndrew Rist 
22cdf0e10cSrcweir #if !defined(AFX_STDAFX_H__AC221FBA_A0D8_11D4_833B_005004526AB4__INCLUDED_)
23cdf0e10cSrcweir #define AFX_STDAFX_H__AC221FBA_A0D8_11D4_833B_005004526AB4__INCLUDED_
24cdf0e10cSrcweir 
25cdf0e10cSrcweir #if _MSC_VER > 1000
26cdf0e10cSrcweir #pragma once
27cdf0e10cSrcweir #endif // _MSC_VER > 1000
28cdf0e10cSrcweir 
29cdf0e10cSrcweir // stdafx.h : include file for standard system include files,
30cdf0e10cSrcweir // or project specific include files that are used frequently,
31cdf0e10cSrcweir // but are changed infrequently
32cdf0e10cSrcweir 
33cdf0e10cSrcweir #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
34cdf0e10cSrcweir 
35cdf0e10cSrcweir #include <afxctl.h>         // MFC support for ActiveX Controls
36cdf0e10cSrcweir #include <afxext.h>         // MFC extensions
37*916fc177SMatthias Seidel #include <afxdtctl.h>       // MFC support for Internet Explorer 4 Common Controls
38cdf0e10cSrcweir #ifndef _AFX_NO_AFXCMN_SUPPORT
39cdf0e10cSrcweir #include <afxcmn.h>         // MFC support for Windows Common Controls
40cdf0e10cSrcweir #endif // _AFX_NO_AFXCMN_SUPPORT
41cdf0e10cSrcweir 
42cdf0e10cSrcweir // Delete the two includes below if you do not wish to use the MFC
43cdf0e10cSrcweir // database classes
44cdf0e10cSrcweir #include <afxdb.h>          // MFC database classes
45cdf0e10cSrcweir #include <afxdao.h>         // MFC DAO database classes
46cdf0e10cSrcweir 
47cdf0e10cSrcweir //{{AFX_INSERT_LOCATION}}
48cdf0e10cSrcweir // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
49cdf0e10cSrcweir 
50cdf0e10cSrcweir #include <comdef.h>
51cdf0e10cSrcweir #endif // !defined(AFX_STDAFX_H__AC221FBA_A0D8_11D4_833B_005004526AB4__INCLUDED_)
52