mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[RSAENH]
* Don't mark DllRegisterServer and DllUnregisterServer as private, since rsabase forwards to them. Fixes rsabase msvc build. svn path=/trunk/; revision=52303
This commit is contained in:
parent
7bd8909ced
commit
42c3b191e3
1 changed files with 2 additions and 2 deletions
|
@ -23,5 +23,5 @@
|
|||
@ stdcall CPSetProvParam(long long ptr long) RSAENH_CPSetProvParam
|
||||
@ stdcall CPSignHash(long long long wstr long ptr ptr) RSAENH_CPSignHash
|
||||
@ stdcall CPVerifySignature(long long ptr long long wstr long) RSAENH_CPVerifySignature
|
||||
@ stdcall -private DllRegisterServer()
|
||||
@ stdcall -private DllUnregisterServer()
|
||||
@ stdcall DllRegisterServer()
|
||||
@ stdcall DllUnregisterServer()
|
||||
|
|
Loading…
Reference in a new issue