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. // Copyright (C) 1997 Microsoft Corporation
  6. // All rights reserved.
  7. //
  8. // This source code is only intended as a supplement to the
  9. // Broadcast Architecture Programmer's Reference.
  10. // For detailed information regarding Broadcast
  11. // Architecture, see the reference.
  12. //
  13. #if !defined(AFX_STDAFX_H__4E088A0A_0E75_11D1_A073_00A0C9054174__INCLUDED_)
  14. #define AFX_STDAFX_H__4E088A0A_0E75_11D1_A073_00A0C9054174__INCLUDED_
  15. #if _MSC_VER >= 1000
  16. #pragma once
  17. #endif // _MSC_VER >= 1000
  18. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  19. #include <afxwin.h>         // MFC core and standard components
  20. #include <afxext.h>         // MFC extensions
  21. #include <afxdisp.h>        // MFC OLE automation classes
  22. #ifndef _AFX_NO_AFXCMN_SUPPORT
  23. #include <afxcmn.h> // MFC support for Windows Common Controls
  24. #endif // _AFX_NO_AFXCMN_SUPPORT
  25. //{{AFX_INSERT_LOCATION}}
  26. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  27. #endif // !defined(AFX_STDAFX_H__4E088A0A_0E75_11D1_A073_00A0C9054174__INCLUDED_)