StdAfx.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. //Download by http://www.NewXing.com
  2. // stdafx.h : include file for standard system include files,
  3. // or project specific include files that are used frequently, but
  4. // are changed infrequently
  5. //
  6. #if !defined(AFX_STDAFX_H__A8F5F64A_0B15_4BA2_9252_829C9FEF1A40__INCLUDED_)
  7. #define AFX_STDAFX_H__A8F5F64A_0B15_4BA2_9252_829C9FEF1A40__INCLUDED_
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  12. #include <afxwin.h> // MFC core and standard components
  13. #include <afxext.h> // MFC extensions
  14. #include <afxdisp.h> // MFC Automation classes
  15. #ifndef _AFX_NO_DB_SUPPORT
  16. #include <afxdb.h> // MFC ODBC database classes
  17. #endif // _AFX_NO_DB_SUPPORT
  18. #ifndef _AFX_NO_DAO_SUPPORT
  19. #include <afxdao.h> // MFC DAO database classes
  20. #endif // _AFX_NO_DAO_SUPPORT
  21. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  22. #ifndef _AFX_NO_AFXCMN_SUPPORT
  23. #include <afxcmn.h> // MFC support for Windows Common Controls
  24. #endif // _AFX_NO_AFXCMN_SUPPORT
  25. //{{AFX_INSERT_LOCATION}}
  26. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  27. #endif // !defined(AFX_STDAFX_H__A8F5F64A_0B15_4BA2_9252_829C9FEF1A40__INCLUDED_)