StdAfx.h
上传用户:hvpower
上传日期:2022-07-01
资源大小:2660k
文件大小:1k
源码类别:

进程与线程

开发平台:

Visual C++

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5. #if !defined(AFX_STDAFX_H__748E4609_A6C5_412C_BBA6_85696CF955F0__INCLUDED_)
  6. #define AFX_STDAFX_H__748E4609_A6C5_412C_BBA6_85696CF955F0__INCLUDED_
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10. #if (_WIN32_WCE <= 200)
  11. #error This project does not support MFCCE 2.00 or earlier, because it requires CControlBar, available only in MFCCE 2.01 or later
  12. #endif
  13. #if (_WIN32_WCE <= 211)
  14. #error This project can not be built for H/PC Pro 2.11 or earlier platforms.
  15. #endif
  16. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  17. #include <afxwin.h>         // MFC core and standard components
  18. #include <afxext.h>         // MFC extensions
  19. #if defined(_AFXDLL)
  20. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  21. #endif
  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 eMbedded Visual C++ will insert additional declarations immediately before the previous line.
  27. #endif // !defined(AFX_STDAFX_H__748E4609_A6C5_412C_BBA6_85696CF955F0__INCLUDED_)