Linux multi-monitor fullscreen support
[ryzomcore.git] / nelns / login_system / nel_launcher_windows / StdAfx.h
blob4e5b17ddd7cc49e8ae5562d0b131ba20f67a2668
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__3553FEAD_1991_4F77_91FE_541702A9DEB5__INCLUDED_)
7 #define AFX_STDAFX_H__3553FEAD_1991_4F77_91FE_541702A9DEB5__INCLUDED_
9 #ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later.
10 #define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows.
11 #endif
13 #if _MSC_VER > 1000
14 #pragma once
15 #endif // _MSC_VER > 1000
17 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
19 #include <afxwin.h> // MFC core and standard components
20 #include <afxext.h> // MFC extensions
21 #include <afxdisp.h> // MFC Automation classes
22 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
23 #ifndef _AFX_NO_AFXCMN_SUPPORT
24 #include <afxcmn.h> // MFC support for Windows Common Controls
25 #endif // _AFX_NO_AFXCMN_SUPPORT
27 #include <Wininet.h>
28 #include <io.h>
29 #include <process.h>
30 #include <direct.h>
31 #include <sys/utime.h>
32 #include <sys/types.h>
33 #include <sys/stat.h>
34 #include <errno.h>
36 #include <nel/misc/types_nl.h>
38 #include <queue>
39 #include <string>
41 #include <zlib.h>
43 //{{AFX_INSERT_LOCATION}}
44 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
46 #endif // !defined(AFX_STDAFX_H__3553FEAD_1991_4F77_91FE_541702A9DEB5__INCLUDED_)