1
0

StdAfx.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*=========================================================================
  2. Program: CMake - Cross-Platform Makefile Generator
  3. Module: $RCSfile$
  4. Language: C++
  5. Date: $Date$
  6. Version: $Revision$
  7. Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved.
  8. See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  9. This software is distributed WITHOUT ANY WARRANTY; without even
  10. the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  11. PURPOSE. See the above copyright notices for more information.
  12. =========================================================================*/
  13. // stdafx.h : include file for standard system include files,
  14. // or project specific include files that are used frequently, but
  15. // are changed infrequently
  16. //
  17. #if !defined(AFX_STDAFX_H__AC17A6F8_4634_11D4_8F21_00A0CC33FCD3__INCLUDED_)
  18. #define AFX_STDAFX_H__AC17A6F8_4634_11D4_8F21_00A0CC33FCD3__INCLUDED_
  19. #define WINVER 0x0400
  20. #if _MSC_VER > 1000
  21. #pragma once
  22. #endif // _MSC_VER > 1000
  23. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  24. #include <afxwin.h> // MFC core and standard components
  25. #include <afxext.h> // MFC extensions
  26. #include <afxdisp.h> // MFC Automation classes
  27. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  28. #ifndef _AFX_NO_AFXCMN_SUPPORT
  29. #include <afxcmn.h> // MFC support for Windows Common Controls
  30. #endif // _AFX_NO_AFXCMN_SUPPORT
  31. //{{AFX_INSERT_LOCATION}}
  32. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  33. #endif // !defined(AFX_STDAFX_H__AC17A6F8_4634_11D4_8F21_00A0CC33FCD3__INCLUDED_)