StdAfx.h
上传用户:sy_eblight
上传日期:2020-11-03
资源大小:267k
文件大小:1k
源码类别:

Static控件

开发平台:

Visual C++

  1. #if !defined(AFX_STDAFX_H__8D69F983_E43C_4279_B1CB_790D79029405__INCLUDED_)
  2. #define AFX_STDAFX_H__8D69F983_E43C_4279_B1CB_790D79029405__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // stdafx.h : include file for standard system include files,
  7. //      or project specific include files that are used frequently,
  8. //      but are changed infrequently
  9. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  10. #include <afxctl.h>         // MFC support for ActiveX Controls
  11. #include <afxext.h>         // MFC extensions
  12. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Comon Controls
  13. #ifndef _AFX_NO_AFXCMN_SUPPORT
  14. #include <afxcmn.h> // MFC support for Windows Common Controls
  15. #endif // _AFX_NO_AFXCMN_SUPPORT
  16. // Delete the two includes below if you do not wish to use the MFC
  17. //  database classes
  18. #include <afxdb.h> // MFC database classes
  19. #include <afxdao.h> // MFC DAO database classes
  20. //{{AFX_INSERT_LOCATION}}
  21. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  22. #endif // !defined(AFX_STDAFX_H__8D69F983_E43C_4279_B1CB_790D79029405__INCLUDED_)