Author: akhaldi Date: Sat Sep 5 17:42:27 2015 New Revision: 69035
URL: http://svn.reactos.org/svn/reactos?rev=69035&view=rev Log: [SOFTPUB] Don't assign ordinals to Dll{Register,Unregister}Server(). CORE-10113
Modified: trunk/reactos/dll/win32/softpub/softpub.spec
Modified: trunk/reactos/dll/win32/softpub/softpub.spec URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/softpub/softpub.s... ============================================================================== --- trunk/reactos/dll/win32/softpub/softpub.spec [iso-8859-1] (original) +++ trunk/reactos/dll/win32/softpub/softpub.spec [iso-8859-1] Sat Sep 5 17:42:27 2015 @@ -5,8 +5,8 @@ 5 stub SoftpubFreeDefUsageCallData 6 stub SoftpubLoadDefUsageCallData 7 stub AddPersonalTrustDBPages -8 stdcall -private DllRegisterServer() wintrust.SoftpubDllRegisterServer -9 stdcall -private DllUnregisterServer() wintrust.SoftpubDllUnregisterServer +@ stdcall -private DllRegisterServer() wintrust.SoftpubDllRegisterServer +@ stdcall -private DllUnregisterServer() wintrust.SoftpubDllUnregisterServer 10 stdcall DriverCleanupPolicy(ptr) wintrust.DriverCleanupPolicy 11 stdcall DriverFinalPolicy(ptr) wintrust.DriverFinalPolicy 12 stdcall DriverInitializePolicy(ptr) wintrust.DriverInitializePolicy