StdAfx.h 1.1 KB

123456789101112131415161718192021222324252627282930
  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__E466B286_618D_4590_8E7F_B02076AB2B8F__INCLUDED_)
  7. #define AFX_STDAFX_H__E466B286_618D_4590_8E7F_B02076AB2B8F__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. #define _WIN32_WINNT 0x0500 //Ò»¶¨Òª¼ÓÉÏÕâ¸ö¶¨Òå
  13. #include <afxwin.h> // MFC core and standard components
  14. #include <afxext.h> // MFC extensions
  15. #include <afxdisp.h> // MFC Automation classes
  16. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  17. #ifndef _AFX_NO_AFXCMN_SUPPORT
  18. #include <afxcmn.h> // MFC support for Windows Common Controls
  19. #endif // _AFX_NO_AFXCMN_SUPPORT
  20. //{{AFX_INSERT_LOCATION}}
  21. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  22. #endif // !defined(AFX_STDAFX_H__E466B286_618D_4590_8E7F_B02076AB2B8F__INCLUDED_)