00001 /** 00002 * 00003 * \file stdafx.h <mi32/stdafx.h> 00004 * \brief 00005 * 00006 * 00007 * \if NODOC 00008 * $Log: stdafx.h_v $ 00009 * Revision 1.2 2003/09/15 13:49:56 fileserver!dwilliss 00010 * Doxygen 00011 * 00012 * \endif 00013 */ 00014 //! stdafx.h - include file for standard system include files 00015 //! 00016 //! IMPORTANT! This file is the one in /sdt/inc/mi32 00017 //! If your project links to it, you may have a local copy, 00018 //! but changing this local copy and checking it in will 00019 //! change the one in /std/inc/mi32 00020 //! 00021 00022 #ifndef INC_MI32_STDAFX_H 00023 #define INC_MI32_STDAFX_H 00024 #define INC_MI32_STDAFX_H 00025 00026 #if _MSC_VER > 1000 00027 #pragma once 00028 #endif //!< _MSC_VER > 1000 00029 00030 //! Headers won't compile if _WIN32_IE < 0x0400 - mju 10oct2000 00031 #if defined(_WIN32_IE) && (_WIN32_IE < 0x0400) 00032 #undef _WIN32_IE 00033 #define _WIN32_IE 0x0400 00034 #endif 00035 00036 00037 #define VC_EXTRALEAN //!< Exclude rarely-used stuff from Windows headers 00038 00039 #include <afxwin.h> //! MFC core and standard components 00040 #include <afxext.h> //! MFC extensions 00041 #include <afxdisp.h> //! MFC Automation classes 00042 #include <afxdtctl.h> //! MFC support for Internet Explorer 4 Common Controls 00043 #ifndef _AFX_NO_AFXCMN_SUPPORT 00044 #include <afxcmn.h> //! MFC support for Windows Common Controls 00045 #endif //!< _AFX_NO_AFXCMN_SUPPORT 00046 00047 //! Fix conflicting #defines 00048 //! Does not use inclusion guards 00049 #include <mi32/winfixup.h> 00050 00051 //!{{AFX_INSERT_LOCATION}} 00052 //! Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00053 00054 #endif //!< INC_MI32_STDAFX_H 00055
1.3.4-20031026