mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
[ACLUI] Order the exports and make sure the list matches our target (Windows Server 2003 Sp2). By Radek Liška, confirmed and slightly changed by me. CORE-8174
svn path=/trunk/; revision=69271
This commit is contained in:
parent
ae645087b2
commit
9308c705b0
1 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
@ stdcall CreateSecurityPage(ptr)
|
||||
@ stdcall EditSecurity(long ptr)
|
||||
@ extern IID_ISecurityInformation
|
||||
1 stdcall CreateSecurityPage(ptr)
|
||||
2 stdcall EditSecurity(long ptr)
|
||||
16 extern IID_ISecurityInformation
|
||||
|
|
Loading…
Reference in a new issue