From 79cd08fd893c390cb747a3062ee4915f81727ef1 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Fri, 18 Sep 2015 18:43:17 +0000 Subject: [PATCH] =?UTF-8?q?[ACTIVEDS]=20Order=20the=20exports,=20add=20mis?= =?UTF-8?q?sing=20ones=20and=20make=20sure=20the=20list=20matches=20our=20?= =?UTF-8?q?target=20(Windows=20Server=202003=20Sp2).=20By=20Radek=20Li?= =?UTF-8?q?=C5=A1ka,=20confirmed=20and=20slightly=20changed=20by=20me.=20C?= =?UTF-8?q?ORE-8174?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=69272 --- reactos/dll/win32/activeds/activeds.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/reactos/dll/win32/activeds/activeds.spec b/reactos/dll/win32/activeds/activeds.spec index 1463c2bf105..4fad6c966df 100644 --- a/reactos/dll/win32/activeds/activeds.spec +++ b/reactos/dll/win32/activeds/activeds.spec @@ -5,6 +5,8 @@ 7 stdcall ADsBuildVarArrayStr(ptr long ptr) 8 stdcall ADsBuildVarArrayInt(ptr long ptr) 9 stdcall ADsOpenObject(wstr wstr wstr long ptr ptr) +#@ stdcall -private DllCanUnloadNow() +#@ stdcall -private DllGetClassObject(ptr ptr ptr) 12 stdcall ADsSetLastError(long ptr ptr) 13 stdcall ADsGetLastError(ptr ptr long ptr long) 14 stdcall AllocADsMem(long) @@ -22,7 +24,8 @@ 26 cdecl PropVariantToAdsType2() # unknown prototype 27 cdecl ConvertSecDescriptorToVariant() # unknown prototype 28 cdecl ConvertSecurityDescriptorToSecDes() # unknown prototype -#@ stdcall -private DllCanUnloadNow() -#@ stdcall -private DllGetClassObject(ptr ptr ptr) +# BinarySDToSecurityDescriptor +# SecurityDescriptorToBinarySD +# ConvertTrusteeToSid #@ stdcall -private DllRegisterServer() #@ stdcall -private DllUnregisterServer()