Linux multi-monitor fullscreen support
[ryzomcore.git] / nel / tools / logic / logic_editor_dll / StdAfx.h
blobe173d7608e9d96801cbe8b3c548ef54024384c4e
1 // stdafx.h : include file for standard system include files,
2 // or project specific include files that are used frequently, but
3 // are changed infrequently
4 //
6 #if !defined(AFX_STDAFX_H__D74232F4_E47B_4918_A44E_D370438A8C03__INCLUDED_)
7 #define AFX_STDAFX_H__D74232F4_E47B_4918_A44E_D370438A8C03__INCLUDED_
9 #if _MSC_VER > 1000
10 #pragma once
11 #endif // _MSC_VER > 1000
13 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
14 #define WIN32_LEAN_AND_MEAN
15 #define NOMINMAX
16 #ifdef _WIN64
17 #define _WIN32_WINNT 0x0600
18 #else
19 #define _WIN32_WINNT 0x0500
20 #endif
22 #include <afxwin.h> // MFC core and standard components
23 #include <afxext.h> // MFC extensions
25 #ifndef _AFX_NO_OLE_SUPPORT
26 #include <afxole.h> // MFC OLE classes
27 #include <afxodlgs.h> // MFC OLE dialog classes
28 #include <afxdisp.h> // MFC Automation classes
29 #endif // _AFX_NO_OLE_SUPPORT
32 #ifndef _AFX_NO_DB_SUPPORT
33 #include <afxdb.h> // MFC ODBC database classes
34 #endif // _AFX_NO_DB_SUPPORT
36 #ifndef _AFX_NO_DAO_SUPPORT
37 #include <afxdao.h> // MFC DAO database classes
38 #endif // _AFX_NO_DAO_SUPPORT
40 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
41 #ifndef _AFX_NO_AFXCMN_SUPPORT
42 #include <afxcmn.h> // MFC support for Windows Common Controls
43 #endif // _AFX_NO_AFXCMN_SUPPORT
46 #ifdef NL_NEW
47 #undef new
48 #endif
50 //{{AFX_INSERT_LOCATION}}
51 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
53 #endif // !defined(AFX_STDAFX_H__D74232F4_E47B_4918_A44E_D370438A8C03__INCLUDED_)