12345678910111213141516171819202122232425262728 |
- #if !defined(AFX_STDAFX_H__B18C0279_914E_48F5_8723_C086354BC293__INCLUDED_)
- #define AFX_STDAFX_H__B18C0279_914E_48F5_8723_C086354BC293__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- #define VC_EXTRALEAN
- #include <afxwin.h> // MFC core and standard components
- #include <afxext.h> // MFC extensions
- #include <afxdisp.h> // MFC Automation classes
- #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
- #ifndef _AFX_NO_AFXCMN_SUPPORT
- #include <afxcmn.h> // MFC support for Windows Common Controls
- #endif
- #include <icrsint.h> //Include support for VC++ Extensions
- #import "c:\program files\common files\system\ado\msado15.dll" no_namespace rename("EOF","adoEOF")
- #endif
|