From 1ad760737bbc8bcb18746fcd558fa34cca51ae7a Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Fri, 20 Nov 2015 11:17:45 +0000 Subject: [PATCH] [PSDK] Update ntdsapi.h. CORE-10536 svn path=/trunk/; revision=69961 --- reactos/include/psdk/ntdsapi.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/include/psdk/ntdsapi.h b/reactos/include/psdk/ntdsapi.h index 6d2902f3971..672ea635d23 100644 --- a/reactos/include/psdk/ntdsapi.h +++ b/reactos/include/psdk/ntdsapi.h @@ -25,6 +25,10 @@ extern "C" { #endif +DWORD WINAPI DsClientMakeSpnForTargetServerA(LPCSTR, LPCSTR, DWORD*, LPSTR); +DWORD WINAPI DsClientMakeSpnForTargetServerW(LPCWSTR, LPCWSTR, DWORD*, LPWSTR); +#define DsClientMakeSpnForTargetServer WINELIB_NAME_AW(DsClientMakeSpnForTargetServer) + DWORD WINAPI DsMakeSpnA(LPCSTR, LPCSTR, LPCSTR, USHORT, LPCSTR, DWORD*, LPSTR); DWORD WINAPI DsMakeSpnW(LPCWSTR, LPCWSTR, LPCWSTR, USHORT, LPCWSTR, DWORD*, LPWSTR); #define DsMakeSpn WINELIB_NAME_AW(DsMakeSpn)