// turns off MFC's hiding of some common and often safely ignored warning messages #define _AFX_ALL_WARNINGS #if (_MSC_VER < 1600) && !defined(NO_DSHOW_STRSAFE) #define NO_DSHOW_STRSAFE #endif #include // MFC core and standard components #include // MFC extensions #include // MFC Automation classes #ifndef _AFX_NO_OLE_SUPPORT #include // MFC support for Internet Explorer 4 Common Controls #endif #ifndef _AFX_NO_AFXCMN_SUPPORT #include // MFC support for Windows Common Controls #endif #include "afxole.h" #if (_MSC_VER >= 1600) #include "afxpriv.h" #include "..\src\mfc\oleimpl2.h" #include "..\src\mfc\afximpl.h" #endif