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

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. #if !defined(AFX_STDAFX_H__7B914A5F_6271_11D2_86B8_0040055C08D9__INCLUDED_)
  2. #define AFX_STDAFX_H__7B914A5F_6271_11D2_86B8_0040055C08D9__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. // Delete the two includes below if you do not wish to use the MFC
  12. //  database classes
  13. #include <afxdb.h> // MFC database classes
  14. #include <afxdao.h> // MFC DAO database classes
  15. //{{AFX_INSERT_LOCATION}}
  16. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  17. #endif // !defined(AFX_STDAFX_H__7B914A5F_6271_11D2_86B8_0040055C08D9__INCLUDED_)