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
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.
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
31 #include <sys/utime.h>
32 #include <sys/types.h>
36 #include <nel/misc/types_nl.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_)