ntdsapi: Add an API documentation stub to make winapi_check happy.

Francois Gouget fgouget at free.fr
Mon Feb 4 16:59:44 CST 2008


---
 dlls/ntdsapi/ntdsapi.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/dlls/ntdsapi/ntdsapi.c b/dlls/ntdsapi/ntdsapi.c
index bad284c..01acda0 100644
--- a/dlls/ntdsapi/ntdsapi.c
+++ b/dlls/ntdsapi/ntdsapi.c
@@ -135,6 +135,11 @@ DWORD WINAPI DsMakeSpnW(LPCWSTR svc_class, LPCWSTR svc_name,
     return ERROR_SUCCESS;
 }
 
+/***********************************************************************
+ *             DsMakeSpnA (NTDSAPI.@)
+ *
+ * See DsMakeSpnW.
+ */
 DWORD WINAPI DsMakeSpnA(LPCSTR svc_class, LPCSTR svc_name,
                         LPCSTR inst_name, USHORT inst_port,
                         LPCSTR ref, DWORD *spn_length, LPSTR spn)
-- 
1.5.3.8




More information about the wine-patches mailing list