Linux multi-monitor fullscreen support
[ryzomcore.git] / ryzom / tools / leveldesign / georges_dll / stdafx.h
blob1ac7df3e3b1ee11134c6cecb2ce13777aeef91ab
1 // Ryzom - MMORPG Framework <http://dev.ryzom.com/projects/ryzom/>
2 // Copyright (C) 2010 Winch Gate Property Limited
3 //
4 // This source file has been modified by the following contributors:
5 // Copyright (C) 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/>.
19 // stdafx.h : include file for standard system include files,
20 // or project specific include files that are used frequently, but
21 // are changed infrequently
24 #if !defined(AFX_STDAFX_H__4D897A7F_434F_441C_BA18_AC9BC59734EE__INCLUDED_)
25 #define AFX_STDAFX_H__4D897A7F_434F_441C_BA18_AC9BC59734EE__INCLUDED_
27 #if _MSC_VER > 1000
28 #pragma once
29 #endif // _MSC_VER > 1000
31 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
32 #define WIN32_LEAN_AND_MEAN
33 #define NOMINMAX
34 #ifdef _WIN64
35 #define _WIN32_WINNT 0x0600
36 #else
37 #define _WIN32_WINNT 0x0500
38 #endif
40 #include <afxwin.h> // MFC core and standard components
41 #include <afxext.h> // MFC extensions
42 #include <afxcview.h>
43 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
44 #include <afxadv.h>
45 #include <afxpriv.h>
46 #ifndef _AFX_NO_AFXCMN_SUPPORT
47 #include <afxcmn.h> // MFC support for Windows Common Controls
48 #endif // _AFX_NO_AFXCMN_SUPPORT
50 #include <list>
51 #include <map>
52 #include <vector>
53 #include <string>
54 #include <time.h>
56 #include "nel/misc/types_nl.h"
57 #include "nel/misc/debug.h"
58 #include "nel/misc/common.h"
59 #include "nel/misc/path.h"
61 // Include from libxml2
62 #include <libxml/parser.h>
64 //{{AFX_INSERT_LOCATION}}
65 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
67 #endif // !defined(AFX_STDAFX_H__4D897A7F_434F_441C_BA18_AC9BC59734EE__INCLUDED_)