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

Alexandre Julliard julliard at winehq.org
Tue Feb 5 06:34:37 CST 2008


Module: wine
Branch: master
Commit: afaa4d63b624772d1e9e19fc6ea1b3cfe984526f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=afaa4d63b624772d1e9e19fc6ea1b3cfe984526f

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Feb  4 23:59:44 2008 +0100

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

---

 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)




More information about the wine-cvs mailing list