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

多媒体编程

开发平台:

Visual C++

  1. #if !defined(AFX_STDAFX_H__18E3AC48_12D4_4D9C_8976_039069F6ED24__INCLUDED_)
  2. #define AFX_STDAFX_H__18E3AC48_12D4_4D9C_8976_039069F6ED24__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // stdafx.h : include file for standard system include files,
  7. //      or project specific include files that are used frequently,
  8. //      but are changed infrequently
  9. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  10. #include <afxctl.h>         // MFC support for ActiveX Controls
  11. #include <afxext.h>         // MFC extensions
  12. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Comon Controls
  13. #ifndef _AFX_NO_AFXCMN_SUPPORT
  14. #include <afxcmn.h> // MFC support for Windows Common Controls
  15. #endif // _AFX_NO_AFXCMN_SUPPORT
  16. // Delete the two includes below if you do not wish to use the MFC
  17. //  database classes
  18. #include <afxdb.h> // MFC database classes
  19. #include <afxdao.h> // MFC DAO database classes
  20. //{{AFX_INSERT_LOCATION}}
  21. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  22. #endif // !defined(AFX_STDAFX_H__18E3AC48_12D4_4D9C_8976_039069F6ED24__INCLUDED_)