StdAfx.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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__4150E90F_7D36_4092_87E1_D046E8F12367__INCLUDED_)
  6. #define AFX_STDAFX_H__4150E90F_7D36_4092_87E1_D046E8F12367__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  11. #if _WIN32_IE <= 0x0600
  12. #define _WIN32_IE 0x0600
  13. #endif
  14. #include <afxwin.h> // MFC core and standard components
  15. #include <afxext.h> // MFC extensions
  16. #include <afxdisp.h> // MFC Automation classes
  17. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  18. #ifndef _AFX_NO_AFXCMN_SUPPORT
  19. #include <afxcmn.h> // MFC support for Windows Common Controls
  20. #endif // _AFX_NO_AFXCMN_SUPPORT
  21. #include <afxctl.h>
  22. #include <rpcsal.h>
  23. #include <shlwapi.h>
  24. #include <imapi2.h>
  25. #include <imapi2error.h>
  26. #include <imapi2fs.h>
  27. #include <imapi2fserror.h>
  28. #include <atlbase.h>
  29. //{{AFX_INSERT_LOCATION}}
  30. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  31. #endif // !defined(AFX_STDAFX_H__4150E90F_7D36_4092_87E1_D046E8F12367__INCLUDED_)