From 98e7e643911375193405d3d92d967e38cb8adcea Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sun, 30 Jul 2023 13:00:57 +0300 Subject: [PATCH] [SOFTPUB] Replace some stubs with forwarders --- dll/win32/softpub/softpub.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dll/win32/softpub/softpub.spec b/dll/win32/softpub/softpub.spec index 11952704e13..2c9f56e1e63 100644 --- a/dll/win32/softpub/softpub.spec +++ b/dll/win32/softpub/softpub.spec @@ -2,9 +2,9 @@ 2 stdcall GenericChainFinalProv(ptr) wintrust.GenericChainFinalProv 3 stdcall HTTPSCertificateTrust(ptr) wintrust.HTTPSCertificateTrust 4 stdcall SoftpubDefCertInit(ptr) wintrust.SoftpubDefCertInit -5 stub SoftpubFreeDefUsageCallData -6 stub SoftpubLoadDefUsageCallData -7 stub AddPersonalTrustDBPages +5 stdcall SoftpubFreeDefUsageCallData(long ptr) wintrust.SoftpubFreeDefUsageCallData +6 stdcall SoftpubLoadDefUsageCallData(long ptr) wintrust.SoftpubLoadDefUsageCallData +7 stdcall AddPersonalTrustDBPages() wintrust.AddPersonalTrustDBPages @ stdcall -private DllRegisterServer() wintrust.SoftpubDllRegisterServer @ stdcall -private DllUnregisterServer() wintrust.SoftpubDllUnregisterServer 10 stdcall DriverCleanupPolicy(ptr) wintrust.DriverCleanupPolicy