Linux multi-monitor fullscreen support
[ryzomcore.git] / nel / tools / misc / log_analyser / StdAfx.h
blob1b385b17d79b88da1bd5503d8f2be2bd13d2444d
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 // stdafx.h : include file for standard system include files,
21 // or project specific include files that are used frequently, but
22 // are changed infrequently
25 #if !defined(AFX_STDAFX_H__F8A9B6CE_1668_4674_BB53_5E11D8836576__INCLUDED_)
26 #define AFX_STDAFX_H__F8A9B6CE_1668_4674_BB53_5E11D8836576__INCLUDED_
28 #if _MSC_VER > 1000
29 #pragma once
30 #endif // _MSC_VER > 1000
32 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
33 #define WIN32_LEAN_AND_MEAN
34 #define NOMINMAX
35 #ifdef _WIN64
36 #define _WIN32_WINNT 0x0600
37 #else
38 #define _WIN32_WINNT 0x0500
39 #endif
41 #include <afxwin.h> // MFC core and standard components
42 #include <afxext.h> // MFC extensions
43 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
44 #ifndef _AFX_NO_AFXCMN_SUPPORT
45 #include <afxcmn.h> // MFC support for Windows Common Controls
46 #endif // _AFX_NO_AFXCMN_SUPPORT
48 #include <nel/misc/ucstring.h>
49 #include <nel/misc/common.h>
50 #include <nel/misc/file.h>
52 //{{AFX_INSERT_LOCATION}}
53 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
55 #endif // !defined(AFX_STDAFX_H__F8A9B6CE_1668_4674_BB53_5E11D8836576__INCLUDED_)