GME
13
|
00001 // stdafx.cpp : source file that includes just the standard includes 00002 // MgaUtil.pch will be the pre-compiled header 00003 // stdafx.obj will contain the pre-compiled type information 00004 00005 #include "stdafx.h" 00006 #include "resource.h" 00007 00008 00009 #ifdef _ATL_STATIC_REGISTRY 00010 #include <statreg.h> 00011 #endif 00012 00013 #import "CoreLib.tlb" implementation_only no_namespace raw_method_prefix("") high_method_prefix("__") no_registry 00014 #import "MgaLib.tlb" implementation_only no_namespace raw_method_prefix("") high_method_prefix("__") no_registry 00015 #import "MetaLib.tlb" implementation_only no_namespace raw_method_prefix("") high_method_prefix("__") no_registry 00016 #import "ParserLib.tlb" implementation_only no_namespace raw_method_prefix("") high_method_prefix("__") no_registry 00017 #import "MgaUtilLib.tlb" implementation_only no_namespace raw_method_prefix("") high_method_prefix("__") no_registry 00018 00019 #if defined(_M_IX86) 00020 #define PROCESSOR_ARCHITECTURE "x86" 00021 #elif defined(_M_X64) 00022 #define PROCESSOR_ARCHITECTURE "amd64" 00023 #endif 00024 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='" PROCESSOR_ARCHITECTURE "' publicKeyToken='6595b64144ccf1df' language='*'\"") 00025