STDAFX.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

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. //
  6. // This is a part of the Active Template Library.
  7. // Copyright (C) 1996-1998 Microsoft Corporation
  8. // All rights reserved.
  9. //
  10. // This source code is only intended as a supplement to the
  11. // Active Template Library Reference and related
  12. // electronic documentation provided with the library.
  13. // See these sources for detailed information regarding the
  14. // Active Template Library product.
  15. #if !defined(AFX_STDAFX_H__D1CF42D3_B039_11D0_B69F_00A0C903487A__INCLUDED_)
  16. #define AFX_STDAFX_H__D1CF42D3_B039_11D0_B69F_00A0C903487A__INCLUDED_
  17. #if _MSC_VER >= 1000
  18. #pragma once
  19. #endif // _MSC_VER >= 1000
  20. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  21. #include <afxwin.h>         // MFC core and standard components
  22. #include <afxext.h>         // MFC extensions
  23. #include <afxdisp.h>        // MFC OLE automation classes
  24. #ifndef _AFX_NO_AFXCMN_SUPPORT
  25. #include <afxcmn.h>         // MFC support for Windows Common Controls
  26. #endif // _AFX_NO_AFXCMN_SUPPORT
  27. //{{AFX_INSERT_LOCATION}}
  28. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  29. #endif // !defined(AFX_STDAFX_H__D1CF42D3_B039_11D0_B69F_00A0C903487A__INCLUDED_)