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