Optimized_Renderer
StdAfx.h
/*
 Copyright 1995-2004 ESRI

 All rights reserved under the copyright laws of the United States.

 You may freely redistribute and use this sample code, with or without modification.

 Disclaimer: THE SAMPLE CODE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED 
 WARRANTIES, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 
 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ESRI OR 
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, 
 OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
 INTERRUPTION) SUSTAINED BY YOU OR A THIRD PARTY, HOWEVER CAUSED AND ON ANY 
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ARISING IN ANY 
 WAY OUT OF THE USE OF THIS SAMPLE CODE, EVEN IF ADVISED OF THE POSSIBILITY OF 
 SUCH DAMAGE.

 For additional information contact: Environmental Systems Research Institute, Inc.

 Attn: Contracts Dept.

 380 New York Street

 Redlands, California, U.S.A. 92373 

 Email: contracts@esri.com
*/
#ifndef _STDAFX_H__
#define _STDAFX_H__

#include <afxwin.h>
#include <afxdisp.h>

#include <atlbase.h>
//You may derive a class from CComModule and use it if you want to override
//something, but do not change the name of _Module
extern CComModule _Module;
#include <atlcom.h>

#pragma warning(push)
#pragma warning(disable : 4146)
#pragma warning(disable : 4192) 
#import "/Program Files/ArcGis/com/esriSystem.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "VARTYPE")
#import "/Program Files/ArcGis/com/esriSystemUI.olb" raw_interfaces_only raw_native_types no_namespace named_guids
#import "/Program Files/ArcGis/com/esriGeometry.olb" raw_interfaces_only raw_native_types no_namespace named_guids
#import "/Program Files/ArcGis/com/esriDisplay.olb" raw_interfaces_only raw_native_types no_namespace named_guids
#import "/Program Files/ArcGis/com/esriGeoDatabase.olb" raw_interfaces_only raw_native_types no_namespace named_guids
#import "/Program Files/ArcGis/com/esriCarto.olb" raw_interfaces_only raw_native_types no_namespace named_guids
#import "/Program Files/ArcGis/com/esriFramework.olb" raw_interfaces_only raw_native_types no_namespace named_guids
#import "/Program Files/ArcGis/com/esriGeoDatabaseUI.olb" raw_interfaces_only raw_native_types no_namespace named_guids
#import "/Program Files/ArcGis/com/esriArcMapUI.olb" raw_interfaces_only raw_native_types no_namespace named_guids
#pragma warning(pop)

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // _STDAFX_H__