From: Andrew Cook Subject: dlls/dsrole: Add undocumented api set Message-Id: <1424307525.7418.4.camel@gmail.com> Date: Thu, 19 Feb 2015 11:58:45 +1100 Required by native aclui.dll --- configure.ac | 1 + dlls/dsrole/Makefile.in | 1 + dlls/dsrole/dsrole.spec | 14 ++++++++++++++ 3 files changed, 16 insertions(+) create mode 100644 dlls/dsrole/Makefile.in create mode 100644 dlls/dsrole/dsrole.spec diff --git a/configure.ac b/configure.ac index 11a3b78..c2df819 100644 --- a/configure.ac +++ b/configure.ac @@ -2926,6 +2926,7 @@ WINE_CONFIG_DLL(dpwsockx) WINE_CONFIG_DLL(drmclien) WINE_CONFIG_DLL(dsound,,[clean,implib]) WINE_CONFIG_TEST(dlls/dsound/tests) +WINE_CONFIG_DLL(dsrole) WINE_CONFIG_DLL(dssenh) WINE_CONFIG_TEST(dlls/dssenh/tests) WINE_CONFIG_DLL(dswave,,[clean]) diff --git a/dlls/dsrole/Makefile.in b/dlls/dsrole/Makefile.in new file mode 100644 index 0000000..648a582 --- /dev/null +++ b/dlls/dsrole/Makefile.in @@ -0,0 +1 @@ +MODULE = dsrole.dll diff --git a/dlls/dsrole/dsrole.spec b/dlls/dsrole/dsrole.spec new file mode 100644 index 0000000..5966390 --- /dev/null +++ b/dlls/dsrole/dsrole.spec @@ -0,0 +1,14 @@ +@ stub DsRoleAbortDownlevelServerUpgrade +@ stub DsRoleCancel +@ stub DsRoleDcAsDc +@ stub DsRoleDcAsReplica +@ stub DsRoleDemoteDc +@ stub DsRoleDnsNameToFlatName +@ stdcall DsRoleFreeMemory(ptr) netapi32.DsRoleFreeMemory +@ stub DsRoleGetDatabaseFacts +@ stub DsRoleGetDcOperationProgress +@ stub DsRoleGetDcOperationResults +@ stdcall DsRoleGetPrimaryDomainInformation(wstr long ptr) netapi32.DsRoleGetPrimaryDomainInformation +@ stub DsRoleIfmHandleFree +@ stub DsRoleServerSaveStateForUpgrade +@ stub DsRoleUpgradeDownlevelServer