Increase ParseScript cache from 30 to 90 seconds
[xy_vsfilter.git] / include / stdafx_common_afx2.h
blob276b4ae8ee6827e4a888c98e49ead672648253c5
1 // turns off MFC's hiding of some common and often safely ignored warning messages
2 #define _AFX_ALL_WARNINGS
4 #if (_MSC_VER < 1600) && !defined(NO_DSHOW_STRSAFE)
5 #define NO_DSHOW_STRSAFE
6 #endif
8 #include <afxwin.h> // MFC core and standard components
9 #include <afxext.h> // MFC extensions
10 #include <afxdisp.h> // MFC Automation classes
12 #ifndef _AFX_NO_OLE_SUPPORT
13 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
14 #endif
16 #ifndef _AFX_NO_AFXCMN_SUPPORT
17 #include <afxcmn.h> // MFC support for Windows Common Controls
18 #endif
20 #include "afxole.h"
22 #if (_MSC_VER >= 1600)
23 #include "afxpriv.h"
24 #include "..\src\mfc\oleimpl2.h"
25 #include "..\src\mfc\afximpl.h"
26 #endif