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