mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
[RSAENH] DllRegisterServer should be PRIVATE
This commit is contained in:
parent
413d722628
commit
cbe8a9f997
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 DllRegisterServer()
|
||||
@ stdcall DllUnregisterServer()
|
||||
@ stdcall -private DllRegisterServer()
|
||||
@ stdcall -private DllUnregisterServer()
|
||||
|
|
Loading…
Reference in a new issue