StdAfx.h
上传用户:hzhsqp
上传日期:2007-01-06
资源大小:1600k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. #if !defined(AFX_STDAFX_H__22F027AA_345E_11D2_A1BE_444553540000__INCLUDED_)
  2. #define AFX_STDAFX_H__22F027AA_345E_11D2_A1BE_444553540000__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. #include <afxcmn.h> // MFC support for Windows 95 Common Controls
  11. #include "debug.h" // For ASSERT, VERIFY, and TRACE
  12. #include <customaw.h> // Custom AppWizard interface
  13. //{{AFX_INSERT_LOCATION}}
  14. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  15. #endif // !defined(AFX_STDAFX_H__22F027AA_345E_11D2_A1BE_444553540000__INCLUDED_)