Some more documentation tweaks to silence winapi_check

Francois Gouget fgouget at free.fr
Thu Apr 21 12:45:36 CDT 2005


Changelog:

  * dlls/msi/msi.c

    Francois Gouget <fgouget at free.fr>
    Tweak the API documentation to silence winapi_check warnings.

-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
May your Tongue stick to the Roof of your Mouth with the Force of a Thousand Caramels.
-------------- next part --------------
Index: dlls/msi/msi.c
===================================================================
RCS file: /var/cvs/wine/dlls/msi/msi.c,v
retrieving revision 1.73
diff -u -p -r1.73 msi.c
--- dlls/msi/msi.c	20 Apr 2005 15:18:43 -0000	1.73
+++ dlls/msi/msi.c	21 Apr 2005 17:22:38 -0000
@@ -1378,6 +1378,9 @@ UINT WINAPI MsiProvideQualifiedComponent
     return rc;
 }
 
+/***********************************************************************
+ * MsiProvideQualifiedComponentW [MSI.@]
+ */
 UINT WINAPI MsiProvideQualifiedComponentW( LPCWSTR szComponent,
                 LPCWSTR szQualifier, DWORD dwInstallMode, LPWSTR lpPathBuf,
                 DWORD* pcchPathBuf)
@@ -1386,6 +1389,9 @@ UINT WINAPI MsiProvideQualifiedComponent
                     dwInstallMode, NULL, 0, 0, lpPathBuf, pcchPathBuf);
 }
 
+/***********************************************************************
+ * MsiProvideQualifiedComponentA [MSI.@]
+ */
 UINT WINAPI MsiProvideQualifiedComponentA( LPCSTR szComponent,
                 LPCSTR szQualifier, DWORD dwInstallMode, LPSTR lpPathBuf,
                 DWORD* pcchPathBuf)


More information about the wine-patches mailing list