/**********************************************************************/ /** Microsoft Windows/NT **/ /** Copyright(c) Microsoft Corp., 1995 **/ /**********************************************************************/ #ifndef _STDAFX_H_ #define _STDAFX_H_ #define VC_EXTRALEAN #include extern "C" { #include #include #include } #undef VERIFY #undef ASSERT #include // // MFC include files // #include #include #include // MFC extensions #include // collection class #include #include #include #include // // Required by VC5 // #ifndef MIDL_INTERFACE #define MIDL_INTERFACE(x) struct #endif // MIDL_INTERFACE #ifndef __RPCNDR_H_VERSION__ #define __RPCNDR_H_VERSION__ 440 #endif // __RPCNDR_H_VERSION__ #include #include #include #include #include #endif // _STDAFX_H_