3 // stdafx.h : include file for standard system include files,
4 // or project specific include files that are used frequently, but
5 // are changed infrequently
8 #ifndef _CRT_SECURE_NO_DEPRECATE
9 #define _CRT_SECURE_NO_DEPRECATE 1
12 #if !defined(AFX_STDAFX_H__61537819_39FC_11D3_A97A_00105A12BD65__INCLUDED_)
13 #define AFX_STDAFX_H__61537819_39FC_11D3_A97A_00105A12BD65__INCLUDED_
17 #endif // _MSC_VER > 1000
19 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
21 #include <afxwin.h> // MFC core and standard components
22 #include <afxext.h> // MFC extensions
23 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
24 #ifndef _AFX_NO_AFXCMN_SUPPORT
25 #include <afxcmn.h> // MFC support for Windows Common Controls
26 #endif // _AFX_NO_AFXCMN_SUPPORT
29 //{{AFX_INSERT_LOCATION}}
30 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
32 #endif // !defined(AFX_STDAFX_H__61537819_39FC_11D3_A97A_00105A12BD65__INCLUDED_)