mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[MSISIP]
* Don't assign ordinals to Dll{Register,Unregister}Server() exports. svn path=/trunk/; revision=64327
This commit is contained in:
parent
49e3ef8bfd
commit
d8c63aaae2
1 changed files with 2 additions and 2 deletions
|
@ -4,5 +4,5 @@
|
|||
8 stub MsiSIPRemoveSignedDataMsg
|
||||
9 stub MsiSIPCreateIndirectData
|
||||
10 stub MsiSIPVerifyIndirectData
|
||||
11 stdcall -private DllRegisterServer()
|
||||
12 stdcall -private DllUnregisterServer()
|
||||
@ stdcall -private DllRegisterServer()
|
||||
@ stdcall -private DllUnregisterServer()
|
||||
|
|
Loading…
Reference in a new issue