1 // stdafx.h : include file for standard system include files,
2 // or project specific include files that are used frequently, but
3 // are changed infrequently
6 #if !defined(AFX_STDAFX_H__470FBE72_389E_11D5_A375_00105A6BCA62__INCLUDED_)
7 #define AFX_STDAFX_H__470FBE72_389E_11D5_A375_00105A6BCA62__INCLUDED_
11 #endif // _MSC_VER > 1000
13 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
15 #include <afxwin.h> // MFC core and standard components
16 #include <afxext.h> // MFC extensions
18 #ifndef _AFX_NO_OLE_SUPPORT
19 #include <afxole.h> // MFC OLE classes
20 #include <afxodlgs.h> // MFC OLE dialog classes
21 #include <afxdisp.h> // MFC Automation classes
22 #endif // _AFX_NO_OLE_SUPPORT
25 #ifndef _AFX_NO_DB_SUPPORT
26 #include <afxdb.h> // MFC ODBC database classes
27 #endif // _AFX_NO_DB_SUPPORT
29 #ifndef _AFX_NO_DAO_SUPPORT
30 #include <afxdao.h> // MFC DAO database classes
31 #endif // _AFX_NO_DAO_SUPPORT
33 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
34 #ifndef _AFX_NO_AFXCMN_SUPPORT
35 #include <afxcmn.h> // MFC support for Windows Common Controls
36 #endif // _AFX_NO_AFXCMN_SUPPORT
39 //{{AFX_INSERT_LOCATION}}
40 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
44 #endif // !defined(AFX_STDAFX_H__470FBE72_389E_11D5_A375_00105A6BCA62__INCLUDED_)