StdAfx.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. //===========================================================================//
  2. // Copyright (C) Microsoft Corporation. All rights reserved. //
  3. //===========================================================================//
  4. // stdafx.h : include file for standard system include files,
  5. // or project specific include files that are used frequently, but
  6. // are changed infrequently
  7. //
  8. #if !defined(AFX_STDAFX_H__05FE54C7_36AB_4243_BAB1_3FA8FB6F103F__INCLUDED_)
  9. #define AFX_STDAFX_H__05FE54C7_36AB_4243_BAB1_3FA8FB6F103F__INCLUDED_
  10. #if _MSC_VER > 1000
  11. #pragma once
  12. #endif // _MSC_VER > 1000
  13. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  14. //include "mclib.h"
  15. #include <afxwin.h> // MFC core and standard components
  16. #include <afxext.h> // MFC extensions
  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 "MFCPlatform.hpp"
  22. //{{AFX_INSERT_LOCATION}}
  23. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  24. #endif // !defined(AFX_STDAFX_H__05FE54C7_36AB_4243_BAB1_3FA8FB6F103F__INCLUDED_)