GME  13
StdAfx.h
Go to the documentation of this file.
00001 #if !defined(AFX_STDAFX_H__E1FDF6F9_8B60_4EF1_90CE_C9F225353E76__INCLUDED_)
00002 #define AFX_STDAFX_H__E1FDF6F9_8B60_4EF1_90CE_C9F225353E76__INCLUDED_
00003 
00004 #pragma once
00005 
00006 #ifndef _SECURE_ATL
00007 #define _SECURE_ATL 1
00008 #endif
00009 
00010 #ifndef VC_EXTRALEAN
00011 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
00012 #endif
00013 
00014 #include "targetver.h"
00015 
00016 #define _CRT_SECURE_NO_WARNINGS
00017 
00018 //#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit
00019 
00020 // turns off MFC's hiding of some common and often safely ignored warning messages
00021 #define _AFX_ALL_WARNINGS
00022 
00023 #include <afxctl.h>         // MFC support for ActiveX Controls
00024 #include <afxext.h>         // MFC extensions
00025 #include <afxdtctl.h>           // MFC support for Internet Explorer 4 Comon Controls
00026 #ifndef _AFX_NO_AFXCMN_SUPPORT
00027 #include <afxcmn.h>                     // MFC support for Windows Common Controls
00028 #endif // _AFX_NO_AFXCMN_SUPPORT
00029 
00030 #include <afxtempl.h>
00031 
00032 #include <atlbase.h>
00033 
00034 // Delete the two includes below if you do not wish to use the MFC
00035 //  database classes
00036 #include <afxdb.h>                      // MFC database classes
00037 
00038 // Imports
00039 #import "CoreLib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__") no_registry
00040 #import "MetaLib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__") no_registry
00041 #import "MgaLib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__") no_registry
00042 #import "MgaUtilLib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__") no_registry
00043 //#import "ParserLib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__") no_registry
00044 //#import "GMELib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__") no_registry
00045 
00046 #include "CommonImport.h"
00047 
00048 #define cpp_quote(x)
00049 #include "Interfaceversion.h"
00050 #undef cpp_quote
00051 typedef GMEInterfaceVersion_enum GMEInterfaceVersion;
00052 
00053 // Don't load the MIDL-generated headers
00054 #define __Core_h__
00055 #define __Meta_h__
00056 #define __Mga_h__
00057 #define __MgaUtil_h__
00058 //#define __Parser_h__
00059 //#define __Gme_h__
00060 //#define __GmeLib_h__
00061 //#define IID_IMgaDataSource __uuidof(IMgaDataSource)
00062 // End Imports
00063 
00064 
00065 #include "CommonError.h"
00066 #include "CommonSmart.h"
00067 #include "CommonMfc.h"
00068 #include "CommonMgaTrukk.h"
00069 
00070 #include "Resource.h"
00071 
00072 //{{AFX_INSERT_LOCATION}}
00073 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00074 
00075 #endif // !defined(AFX_STDAFX_H__E1FDF6F9_8B60_4EF1_90CE_C9F225353E76__INCLUDED_)