00001 // stdafx.h : include file for standard system include files, 00002 // or project specific include files that are used frequently, but 00003 // are changed infrequently 00004 // 00005 00006 #ifndef AFX_STDAFX_H_ 00007 #define AFX_STDAFX_H_ 00008 00009 #define _AFXDLL 00010 00011 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers 00012 00013 #include <afxwin.h> // MFC core and standard components 00014 #include <afxext.h> // MFC extensions 00015 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls 00016 #ifndef _AFX_NO_AFXCMN_SUPPORT 00017 #include <afxcmn.h> // MFC support for Windows Common Controls 00018 #endif // _AFX_NO_AFXCMN_SUPPORT 00019 00020 //{{AFX_INSERT_LOCATION}} 00021 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00022 00023 #endif // AFX_STDAFX_H_ 00024