Fix some winapi_check documentation warnings

Francois Gouget fgouget at free.fr
Mon Jan 2 05:25:15 CST 2006


Changelog:

  * dlls/msi/msi.c
    dlls/wldap32/page.c

    Francois Gouget <fgouget at free.fr>
    Small documentation tweaks to avoid winapi_check warnings.

-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
            If it stinks, it's chemistry. If it moves, it's biology.
                   If it does not work, It's computer science.
-------------- next part --------------
Index: dlls/msi/msi.c
===================================================================
RCS file: /var/cvs/wine/dlls/msi/msi.c,v
retrieving revision 1.118
diff -u -p -r1.118 msi.c
--- dlls/msi/msi.c	5 Dec 2005 20:07:11 -0000	1.118
+++ dlls/msi/msi.c	11 Dec 2005 14:45:01 -0000
@@ -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)
Index: dlls/wldap32/page.c
===================================================================
RCS file: /var/cvs/wine/dlls/wldap32/page.c,v
retrieving revision 1.1
diff -u -p -r1.1 page.c
--- dlls/wldap32/page.c	31 Dec 2005 14:24:57 -0000	1.1
+++ dlls/wldap32/page.c	2 Jan 2006 10:57:14 -0000
@@ -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-patches mailing list