Linux multi-monitor fullscreen support
[ryzomcore.git] / ryzom / tools / leveldesign / mission_compiler_fe / StdAfx.h
blob8a67516b4d691901f7a842aef2a6d5bdc2c80905
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/>.
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__79CA33FC_8CE1_4558_A98F_5AB64042C02B__INCLUDED_)
26 #define AFX_STDAFX_H__79CA33FC_8CE1_4558_A98F_5AB64042C02B__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 <afxdisp.h> // MFC Automation classes
44 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
45 #ifndef _AFX_NO_AFXCMN_SUPPORT
46 # include <afxcmn.h> // MFC support for Windows Common Controls
47 #endif // _AFX_NO_AFXCMN_SUPPORT
49 #include <nel/misc/types_nl.h>
51 enum TToolMode
53 mode_compile,
54 mode_publish
57 //{{AFX_INSERT_LOCATION}}
58 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
62 #endif // !defined(AFX_STDAFX_H__79CA33FC_8CE1_4558_A98F_5AB64042C02B__INCLUDED_)