mscoree: Add missing stubs to the spec file [try2]

James Hawkins truiken at gmail.com
Fri Oct 13 16:06:20 CDT 2006


Hi,

This version only includes the ordinals on exports that were shown to
export by ordinal using dumpbin.

Changelog:
* Add missing stubs to the spec file.

 dlls/mscoree/mscoree.spec |  111 +++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 106 insertions(+), 5 deletions(-)

-- 
James Hawkins
-------------- next part --------------
diff --git a/dlls/mscoree/mscoree.spec b/dlls/mscoree/mscoree.spec
index ec65553..83eb249 100644
--- a/dlls/mscoree/mscoree.spec
+++ b/dlls/mscoree/mscoree.spec
@@ -1,5 +1,106 @@
-116 stdcall _CorDllMain(long long ptr)
-117 stdcall _CorExeMain2(ptr long ptr ptr ptr)
-118 stdcall _CorExeMain()
-119 stdcall _CorImageUnloading(ptr)
-120 stdcall _CorValidateImage(ptr ptr)
+@ stub CallFunctionShim
+@ stub CloseCtrs
+@ stub ClrCreateManagedInstance
+@ stub CoEEShutDownCOM
+@ stub CoInitializeCor
+@ stub CoInitializeEE
+@ stub CoUninitializeCor
+@ stub CoUninitializeEE
+@ stub CollectCtrs
+@ stub CorBindToCurrentRuntime
+@ stub CorBindToRuntime
+@ stub CorBindToRuntimeByCfg
+@ stub CorBindToRuntimeByPath
+@ stub CorBindToRuntimeByPathEx
+@ stub CorBindToRuntimeEx
+@ stub CorBindToRuntimeHost
+@ stub CorDllMainWorker
+@ stub CorExitProcess
+@ stub CorGetSvc
+@ stub CorIsLatestSvc
+@ stub CorMarkThreadInThreadPool
+@ stub CorTickleSvc
+@ stub CreateConfigStream
+@ stub CreateDebuggingInterfaceFromVersion
+@ stub DllCanUnloadNow
+@ stub DllGetClassObject
+@ stub DllRegisterServer
+@ stub DllUnregisterServer
+@ stub EEDllGetClassObjectFromClass
+@ stub EEDllRegisterServer
+@ stub EEDllUnregisterServer
+@ stub GetAssemblyMDImport
+@ stub GetCORRequiredVersion
+@ stub GetCORRootDirectory
+@ stub GetCORSystemDirectory
+@ stub GetCORVersion
+@ stub GetCompileInfo
+@ stub GetFileVersion
+@ stub GetHashFromAssemblyFile
+@ stub GetHashFromAssemblyFileW
+@ stub GetHashFromBlob
+@ stub GetHashFromFile
+@ stub GetHashFromFileW
+@ stub GetHashFromHandle
+@ stub GetHostConfigurationFile
+@ stub GetMetaDataInternalInterface
+@ stub GetMetaDataInternalInterfaceFromPublic
+@ stub GetMetaDataPublicInterfaceFromInternal
+@ stub GetPermissionRequests
+@ stub GetPrivateContextsPerfCounters
+@ stub GetProcessExecutableHeap
+@ stub GetRealProcAddress
+@ stub GetRequestedRuntimeInfo
+@ stub GetRequestedRuntimeVersion
+@ stub GetRequestedRuntimeVersionForCLSID
+@ stub GetStartupFlags
+@ stub GetTargetForVTableEntry
+@ stub GetTokenForVTableEntry
+@ stub GetVersionFromProcess
+@ stub GetXMLElement
+@ stub GetXMLElementAttribute
+@ stub GetXMLObject
+17 stub InitErrors
+19 stub InitSSAutoEnterThread
+@ stub LoadLibraryShim
+@ stub LoadLibraryWithPolicyShim
+22 stub LoadStringRC
+@ stub LoadStringRCEx
+@ stub LockClrVersion
+@ stub MetaDataGetDispenser
+@ stub OpenCtrs
+18 stub PostError
+23 stub ReOpenMetaDataWithMemory
+@ stub ReOpenMetaDataWithMemoryEx
+@ stub RunDll at ShimW
+@ stub RuntimeOSHandle
+@ stub RuntimeOpenImage
+@ stub RuntimeReleaseHandle
+@ stub SetTargetForVTableEntry
+@ stub StrongNameCompareAssemblies
+@ stub StrongNameErrorInfo
+@ stub StrongNameFreeBuffer
+@ stub StrongNameGetBlob
+@ stub StrongNameGetBlobFromImage
+@ stub StrongNameGetPublicKey
+@ stub StrongNameHashSize
+@ stub StrongNameKeyDelete
+@ stub StrongNameKeyGen
+@ stub StrongNameKeyGenEx
+@ stub StrongNameKeyInstall
+@ stub StrongNameSignatureGeneration
+@ stub StrongNameSignatureGenerationEx
+@ stub StrongNameSignatureSize
+@ stub StrongNameSignatureVerification
+@ stub StrongNameSignatureVerificationEx
+@ stub StrongNameSignatureVerificationFromImage
+@ stub StrongNameTokenFromAssembly
+@ stub StrongNameTokenFromAssemblyEx
+@ stub StrongNameTokenFromPublicKey
+@ stub TranslateSecurityAttributes
+20 stub UpdateError
+@ stdcall _CorDllMain(long long ptr)
+@ stdcall _CorExeMain()
+@ stdcall _CorExeMain(ptr long ptr ptr ptr)
+@ stdcall _CorImageUnloading(ptr)
+@ stdcall _CorValidateImage(ptr ptr)
-- 
1.4.2.1


More information about the wine-patches mailing list