xref: /AOO41X/main/extensions/test/ole/MfcControl/StdAfx.h (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1 #if !defined(AFX_STDAFX_H__AC221FBA_A0D8_11D4_833B_005004526AB4__INCLUDED_)
2 #define AFX_STDAFX_H__AC221FBA_A0D8_11D4_833B_005004526AB4__INCLUDED_
3 
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 
8 // stdafx.h : include file for standard system include files,
9 //      or project specific include files that are used frequently,
10 //      but are changed infrequently
11 
12 #define VC_EXTRALEAN		// Exclude rarely-used stuff from Windows headers
13 
14 #include <afxctl.h>         // MFC support for ActiveX Controls
15 #include <afxext.h>         // MFC extensions
16 #include <afxdtctl.h>		// MFC support for Internet Explorer 4 Comon Controls
17 #ifndef _AFX_NO_AFXCMN_SUPPORT
18 #include <afxcmn.h>			// MFC support for Windows Common Controls
19 #endif // _AFX_NO_AFXCMN_SUPPORT
20 
21 // Delete the two includes below if you do not wish to use the MFC
22 //  database classes
23 #include <afxdb.h>			// MFC database classes
24 #include <afxdao.h>			// MFC DAO database classes
25 
26 //{{AFX_INSERT_LOCATION}}
27 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
28 
29 #include <comdef.h>
30 #endif // !defined(AFX_STDAFX_H__AC221FBA_A0D8_11D4_833B_005004526AB4__INCLUDED_)
31