[commit] r2505 - trunk/GME/ObjectInspector
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Thu Jul 3 08:12:35 CDT 2014
Author: ksmyth
Date: Thu Jul 3 08:12:34 2014
New Revision: 2505
Log:
ObjectInspector: use #import
Modified:
trunk/GME/ObjectInspector/StdAfx.h
Modified: trunk/GME/ObjectInspector/StdAfx.h
==============================================================================
--- trunk/GME/ObjectInspector/StdAfx.h Thu Jul 3 08:12:26 2014 (r2504)
+++ trunk/GME/ObjectInspector/StdAfx.h Thu Jul 3 08:12:34 2014 (r2505)
@@ -35,7 +35,31 @@
// database classes
#include <afxdb.h> // MFC database classes
-#include "Mga.h"
+// Imports
+#import "CoreLib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__") no_registry
+#import "MetaLib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__") no_registry
+#import "MgaLib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__") no_registry
+#import "MgaUtilLib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__") no_registry
+//#import "ParserLib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__") no_registry
+//#import "GMELib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__") no_registry
+
+#include "CommonImport.h"
+
+#define cpp_quote(x)
+#include "Interfaceversion.h"
+#undef cpp_quote
+typedef GMEInterfaceVersion_enum GMEInterfaceVersion;
+
+// Don't load the MIDL-generated headers
+#define __Core_h__
+#define __Meta_h__
+#define __Mga_h__
+#define __MgaUtil_h__
+//#define __Parser_h__
+//#define __Gme_h__
+//#define __GmeLib_h__
+//#define IID_IMgaDataSource __uuidof(IMgaDataSource)
+// End Imports
#include "CommonError.h"
More information about the gme-commit
mailing list