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