00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036 #ifndef INC_MI32_STDAFX_H
00037 #define INC_MI32_STDAFX_H
00038
00039 #ifndef GENERATING_DOXYGEN_OUTPUT
00040
00041 #pragma warning (push)
00042 #pragma warning (disable:4548) // expression before comma has no effect; expected expression with side-effect
00043 #pragma warning (disable:4555) // expression has no effect; expected expression with side-effect
00044
00045 #if _MSC_VER > 1000
00046 #pragma once
00047 #endif // _MSC_VER > 1000
00048
00049
00050 #if defined(_WIN32_IE) && (_WIN32_IE < 0x0400)
00051 #undef _WIN32_IE
00052 #define _WIN32_IE 0x0400
00053 #endif
00054
00055
00056
00057 #include <algorithm>
00058 using namespace std;
00059
00060 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
00061
00062 #include <afxwin.h>
00063 #include <afxext.h>
00064 #include <afxdisp.h>
00065 #include <afxdtctl.h>
00066 #ifndef _AFX_NO_AFXCMN_SUPPORT
00067 #include <afxcmn.h>
00068 #endif // _AFX_NO_AFXCMN_SUPPORT
00069
00070
00071
00072 #include <mi32/winfixup.h>
00073
00074 #pragma warning (pop)
00075
00076 #endif // GENERATING_DOXYGEN_OUTPUT
00077 #endif // INC_MI32_STDAFX_H
00078