StdAfx.h
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:2k
源码类别:

生物技术

开发平台:

C/C++

  1. /*
  2.  * ===========================================================================
  3.  * PRODUCTION $Log: StdAfx.h,v $
  4.  * PRODUCTION Revision 1000.0  2003/10/28 19:37:48  gouriano
  5.  * PRODUCTION PRODUCTION: IMPORTED [ORIGINAL] Dev-tree R1.1
  6.  * PRODUCTION
  7.  * ===========================================================================
  8.  */
  9. // stdafx.h : include file for standard system include files,
  10. //  or project specific include files that are used frequently, but
  11. //      are changed infrequently
  12. //
  13. #if !defined(AFX_STDAFX_H__8958CF09_7B90_4C77_953B_5452ED1C898D__INCLUDED_)
  14. #define AFX_STDAFX_H__8958CF09_7B90_4C77_953B_5452ED1C898D__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. #ifndef _AFX_NO_OLE_SUPPORT
  22. #include <afxole.h>         // MFC OLE classes
  23. #include <afxodlgs.h>       // MFC OLE dialog classes
  24. #include <afxdisp.h>        // MFC Automation classes
  25. #endif // _AFX_NO_OLE_SUPPORT
  26. #ifndef _AFX_NO_DB_SUPPORT
  27. #include <afxdb.h> // MFC ODBC database classes
  28. #endif // _AFX_NO_DB_SUPPORT
  29. #ifndef _AFX_NO_DAO_SUPPORT
  30. #include <afxdao.h> // MFC DAO database classes
  31. #endif // _AFX_NO_DAO_SUPPORT
  32. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  33. #ifndef _AFX_NO_AFXCMN_SUPPORT
  34. #include <afxcmn.h> // MFC support for Windows Common Controls
  35. #endif // _AFX_NO_AFXCMN_SUPPORT
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_STDAFX_H__8958CF09_7B90_4C77_953B_5452ED1C898D__INCLUDED_)