StdAfx.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小: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. //:Associate with "StdAfx for WizardsOutlookTemplate"
  6. #if !defined(AFX_STDAFX_H__15E90BC8_292F_11D3_873E_000000000000__INCLUDED_)
  7. #define AFX_STDAFX_H__15E90BC8_292F_11D3_873E_000000000000__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. #include <afxwin.h>         // MFC core and standard components
  13. #include <afxext.h>         // MFC extensions
  14. #include <afxdisp.h>        // MFC OLE automation classes
  15. #ifndef _AFX_NO_AFXCMN_SUPPORT
  16. #include <afxcmn.h> // MFC support for Windows Common Controls
  17. #endif // _AFX_NO_AFXCMN_SUPPORT
  18. #include <afxhtml.h>
  19. #include "CJLibrary.h"
  20. //{{AFX_INSERT_LOCATION}}
  21. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  22. #endif // !defined(AFX_STDAFX_H__15E90BC8_292F_11D3_873E_000000000000__INCLUDED_)