https://git.reactos.org/?p=reactos.git;a=commitdiff;h=98e7e643911375193405d3d92d967e38cb8adcea

commit 98e7e643911375193405d3d92d967e38cb8adcea
Author:     Timo Kreuzer <timo.kreu...@reactos.org>
AuthorDate: Sun Jul 30 13:00:57 2023 +0300
Commit:     Timo Kreuzer <timo.kreu...@reactos.org>
CommitDate: Thu Oct 17 18:39:37 2024 +0300

    [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

Reply via email to