Update lua versions
[ryzomcore.git] / nel / tools / misc / words_dic / StdAfx.h
blob6b869df38edb4be5461fc6bfe62d948eb131ffde
1 // NeL - MMORPG Framework <http://dev.ryzom.com/projects/nel/>
2 // Copyright (C) 2010 Winch Gate Property Limited
3 //
4 // This source file has been modified by the following contributors:
5 // Copyright (C) 2015-2019 Jan BOON (Kaetemi) <jan.boon@kaetemi.be>
6 //
7 // This program is free software: you can redistribute it and/or modify
8 // it under the terms of the GNU Affero General Public License as
9 // published by the Free Software Foundation, either version 3 of the
10 // License, or (at your option) any later version.
12 // This program is distributed in the hope that it will be useful,
13 // but WITHOUT ANY WARRANTY; without even the implied warranty of
14 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 // GNU Affero General Public License for more details.
17 // You should have received a copy of the GNU Affero General Public License
18 // along with this program. If not, see <http://www.gnu.org/licenses/>.
20 #if !defined(AFX_STDAFX_H__AE8E8386_BE34_4C51_862F_F91BFFB8B9B0__INCLUDED_)
21 #define AFX_STDAFX_H__AE8E8386_BE34_4C51_862F_F91BFFB8B9B0__INCLUDED_
23 #if _MSC_VER > 1000
24 #pragma once
25 #endif // _MSC_VER > 1000
27 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
28 #define WIN32_LEAN_AND_MEAN
29 #define NOMINMAX
30 #ifdef _WIN64
31 #define _WIN32_WINNT 0x0600
32 #else
33 #define _WIN32_WINNT 0x0500
34 #endif
36 #include <afxwin.h> // MFC core and standard components
37 #include <afxext.h> // MFC extensions
38 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
39 #ifndef _AFX_NO_AFXCMN_SUPPORT
40 #include <afxcmn.h> // MFC support for Windows Common Controls
41 #endif // _AFX_NO_AFXCMN_SUPPORT
44 //{{AFX_INSERT_LOCATION}}
45 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
47 #endif // !defined(AFX_STDAFX_H__AE8E8386_BE34_4C51_862F_F91BFFB8B9B0__INCLUDED_)