StdAfx.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. #if !defined(AFX_STDAFX_H__32CFDAAA_6A10_498F_8647_290C4E02313F__INCLUDED_)
  6. #define AFX_STDAFX_H__32CFDAAA_6A10_498F_8647_290C4E02313F__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. // Insert your headers here
  11. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  12. #include <afxwin.h> // MFC core and standard components
  13. #include <afxext.h> // MFC extensions
  14. #ifndef _AFX_NO_OLE_SUPPORT
  15. #include <afxole.h> // MFC OLE classes
  16. #include <afxodlgs.h> // MFC OLE dialog classes
  17. #include <afxdisp.h> // MFC Automation classes
  18. #endif // _AFX_NO_OLE_SUPPORT
  19. #ifndef _AFX_NO_DB_SUPPORT
  20. #include <afxdb.h> // MFC ODBC database classes
  21. #endif // _AFX_NO_DB_SUPPORT
  22. #ifndef _AFX_NO_DAO_SUPPORT
  23. #include <afxdao.h> // MFC DAO database classes
  24. #endif // _AFX_NO_DAO_SUPPORT
  25. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  26. #ifndef _AFX_NO_AFXCMN_SUPPORT
  27. #include <afxcmn.h> // MFC support for Windows Common Controls
  28. #endif // _AFX_NO_AFXCMN_SUPPORT
  29. // TODO: reference additional headers your program requires here
  30. //{{AFX_INSERT_LOCATION}}
  31. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  32. #endif // !defined(AFX_STDAFX_H__32CFDAAA_6A10_498F_8647_290C4E02313F__INCLUDED_)