diff options
Diffstat (limited to 'Tests/MFC/mfc1/stdafx.h')
-rw-r--r-- | Tests/MFC/mfc1/stdafx.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Tests/MFC/mfc1/stdafx.h b/Tests/MFC/mfc1/stdafx.h index 2680f26..b369085 100644 --- a/Tests/MFC/mfc1/stdafx.h +++ b/Tests/MFC/mfc1/stdafx.h @@ -61,11 +61,10 @@ // messages #define _AFX_ALL_WARNINGS -#include <afxdisp.h> // MFC Automation classes -#include <afxext.h> // MFC extensions -#include <afxwin.h> // MFC core and standard components - +#include <afxdisp.h> // MFC Automation classes #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls +#include <afxext.h> // MFC extensions +#include <afxwin.h> // MFC core and standard components #ifndef _AFX_NO_AFXCMN_SUPPORT # include <afxcmn.h> // MFC support for Windows Common Controls #endif // _AFX_NO_AFXCMN_SUPPORT |