STDAFX.H
上传用户:alisonmail
上传日期:2013-02-28
资源大小:500k
文件大小:1k
源码类别:

图片显示

开发平台:

Visual C++

  1. #if !defined(STDAFX_H__9AB61CE6_47C5_11D0_B717_00C0A83735D8__INCLUDED_)
  2. #define STDAFX_H__9AB61CE6_47C5_11D0_B717_00C0A83735D8__INCLUDED_
  3. // stdafx.h : include file for standard system include files,
  4. //  or project specific include files that are used frequently, but
  5. //      are changed infrequently
  6. //
  7. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  8. #include <afxwin.h>         // MFC core and standard components
  9. #include <afxext.h>         // MFC extensions
  10. #ifndef _AFX_NO_AFXCMN_SUPPORT
  11. #include <afxcmn.h> // MFC support for Windows Common Controls
  12. #endif // _AFX_NO_AFXCMN_SUPPORT
  13. //{{AFX_INSERT_LOCATION}}
  14. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  15. #endif // !defined(STDAFX_H__9AB61CE6_47C5_11D0_B717_00C0A83735D8__INCLUDED)