mirror of
https://github.com/reactos/reactos.git
synced 2026-05-25 08:39:58 +08:00
[RSAENH] DllRegisterServer should be PRIVATE
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user