StdAfx.h 1.1 KB

123456789101112131415161718192021222324252627282930313233
  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__9D85AAA9_59C4_11D1_A4EC_00C04FD91A9F__INCLUDED_)
  6. #define AFX_STDAFX_H__9D85AAA9_59C4_11D1_A4EC_00C04FD91A9F__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. // Set target Windows platform
  11. #define WINVER 0x0501
  12. #define _WIN32_WINNT 0x0501
  13. // Use target Common Controls version for compatibility
  14. // with CPropertyPageEx, CPropertySheetEx
  15. #define _WIN32_IE 0x0500
  16. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  17. #include <afxwin.h> // MFC core and standard components
  18. #include <afxext.h> // MFC extensions
  19. #ifndef _AFX_NO_AFXCMN_SUPPORT
  20. #include <afxcmn.h> // MFC support for Windows Common Controls
  21. #endif // _AFX_NO_AFXCMN_SUPPORT
  22. //{{AFX_INSERT_LOCATION}}
  23. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  24. #endif // !defined(AFX_STDAFX_H__9D85AAA9_59C4_11D1_A4EC_00C04FD91A9F__INCLUDED_)