Better external sub ordering
[xy_vsfilter.git] / include / stdafx_common_afx.h
blob7d4dd7b1c8488be67924b1b849505774701d72b9
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)
5 #include <afx.h>
6 #endif
8 #include <afxwin.h> // MFC core and standard components
10 #if (_MSC_VER >= 1600)
11 #include "afxpriv.h"
12 #include "afxole.h"
13 #include "..\src\mfc\oleimpl2.h"
14 #include "..\src\mfc\afximpl.h"
15 #endif