1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- #if !defined(AFX_STDAFX_H__7BD42D18_B4E0_4288_AEA8_A80C432B69D8__INCLUDED_)
- #define AFX_STDAFX_H__7BD42D18_B4E0_4288_AEA8_A80C432B69D8__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 <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 <afxtempl.h>
- #include <afxdb.h> // MFC ODBC database classes
- #include "Shlwapi.h"
- #include "Global.h"
- #endif
|