Francois Gouget : Small documentation tweaks to avoid winapi_check warnings.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 3 06:37:38 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 38884e0347fe9407c34455601df61c1443e8e147
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=38884e0347fe9407c34455601df61c1443e8e147

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Jan  3 12:10:09 2006 +0100

Small documentation tweaks to avoid winapi_check warnings.

---

 dlls/msi/msi.c      |    2 +-
 dlls/wldap32/page.c |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/msi.c b/dlls/msi/msi.c
index 0591a42..b80fe91 100644
--- a/dlls/msi/msi.c
+++ b/dlls/msi/msi.c
@@ -57,7 +57,7 @@ static LONG dll_count;
 
 static const WCHAR installerW[] = {'\\','I','n','s','t','a','l','l','e','r',0};
 
-/**********************************************************************
+/*
  * Dll lifetime tracking declaration
  */
 static void LockModule(void)
diff --git a/dlls/wldap32/page.c b/dlls/wldap32/page.c
index 81c6a8f..ef70057 100644
--- a/dlls/wldap32/page.c
+++ b/dlls/wldap32/page.c
@@ -187,6 +187,9 @@ ULONG ldap_get_paged_count( WLDAP32_LDAP
     return ret;
 }
 
+/***********************************************************************
+ *      ldap_parse_page_controlA      (WLDAP32.@)
+ */
 ULONG ldap_parse_page_controlA( WLDAP32_LDAP *ld, PLDAPControlA *ctrls,
     ULONG *count, struct WLDAP32_berval **cookie )
 {
@@ -209,6 +212,9 @@ ULONG ldap_parse_page_controlA( WLDAP32_
     return ret;
 }
 
+/***********************************************************************
+ *      ldap_parse_page_controlW      (WLDAP32.@)
+ */
 ULONG ldap_parse_page_controlW( WLDAP32_LDAP *ld, PLDAPControlW *ctrls,
     ULONG *count, struct WLDAP32_berval **cookie )
 {




More information about the wine-cvs mailing list