STDAFX.H
//==========================================================================; 
// 
//  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY 
//  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE 
//  IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR 
//  PURPOSE. 
// 
//  Copyright (c) 1992 - 1997  Microsoft Corporation.  All Rights Reserved. 
// 
//--------------------------------------------------------------------------; 
// 
// stdafx.h : include file for standard system include files, 
//  or project specific include files that are used frequently, but 
//      are changed infrequently 
// 
 
#define _AFX_NO_BSTR_SUPPORT 
#include <afxwin.h>// MFC core and standard components 
#include <afxext.h> // MFC extensions (including VB) 
#include <objbase.h> 
#include <afxtempl.h> 
#include <strmif.h> 
#include <control.h> 
#include <evcode.h> 
#include <uuids.h>