StdAfx.h
上传用户:fjqzjn
上传日期:2008-01-21
资源大小:2764k
文件大小:2k
源码类别:

Windows CE

开发平台:

Visual C++

  1. /******************************************************************************
  2. ** Copyright (C) 2004. Intel Corporation. All Rights Reserved. 
  3. **
  4. ** The source code contained or described herein and all documents related to the
  5. ** source code ("Material") are owned by Intel Corporation or its suppliers or 
  6. ** licensors. Title to the Material remains with Intel Corporation or its suppliers
  7. ** and licensors. The Material contains trade secrets and proprietary and 
  8. ** confidential information of Intel or its suppliers and licensors. The Material 
  9. ** is protected by worldwide copyright and trade secret laws and treaty provisions.
  10. ** No part of the Material may be used, copied, reproduced, modified, published, 
  11. ** uploaded, posted, transmitted, distributed, or disclosed in any way without 
  12. ** Intel抯 prior express written permission.
  13. ** 
  14. ** No license under any patent, copyright, trade secret or other intellectual 
  15. ** property right is granted to or conferred upon you by disclosure or delivery 
  16. ** of the Materials, either expressly, by implication, inducement, estoppel or 
  17. ** otherwise. Any license under such intellectual property rights must be express 
  18. ** and approved by Intel in writing.
  19. ******************************************************************************/
  20. // stdafx.h : include file for standard system include files,
  21. //  or project specific include files that are used frequently, but
  22. //      are changed infrequently
  23. //
  24. #if !defined(AFX_STDAFX_H__B1F8FB2F_A2A1_457B_84C3_2AFEF25BD95D__INCLUDED_)
  25. #define AFX_STDAFX_H__B1F8FB2F_A2A1_457B_84C3_2AFEF25BD95D__INCLUDED_
  26. #if _MSC_VER >= 1000
  27. #pragma once
  28. #endif // _MSC_VER >= 1000
  29. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  30. #include <afxwin.h>         // MFC core and standard components
  31. #include <afxext.h>         // MFC extensions
  32. #if defined(_WIN32_WCE) && (_WIN32_WCE >= 211) && (_AFXDLL)
  33. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  34. #endif
  35. #ifndef _AFX_NO_AFXCMN_SUPPORT
  36. #include <afxcmn.h> // MFC support for Windows Common Controls
  37. #endif // _AFX_NO_AFXCMN_SUPPORT
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_STDAFX_H__B1F8FB2F_A2A1_457B_84C3_2AFEF25BD95D__INCLUDED_)