projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
add3ddd
)
[PSDK] Update ntdsapi.h. CORE-10536
author
Amine Khaldi
<amine.khaldi@reactos.org>
Fri, 20 Nov 2015 11:17:45 +0000
(11:17 +0000)
committer
Amine Khaldi
<amine.khaldi@reactos.org>
Fri, 20 Nov 2015 11:17:45 +0000
(11:17 +0000)
svn path=/trunk/; revision=69961
reactos/include/psdk/ntdsapi.h
patch
|
blob
|
history
diff --git
a/reactos/include/psdk/ntdsapi.h
b/reactos/include/psdk/ntdsapi.h
index
6d2902f
..
672ea63
100644
(file)
--- 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)