Fix documentation issues reported by winapi_check

Francois Gouget fgouget at free.fr
Fri Jun 17 13:47:46 CDT 2005


Changelog:

  * dlls/dmcompos/dmcompos_main.c
    dlls/dmime/dmime_main.c
    dlls/dmstyle/dmstyle_main.c
    dlls/dsound/dsound_main.c
    dlls/olepro32/olepro32stubs.c
    dlls/shell32/iconcache.c
    dlls/winmm/mmsystem.c

    Francois Gouget <fgouget at free.fr>
    Fix winapi_check documentation warnings.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                  There are 10 types of people in the world...
                those who understand binary and those who don't.
-------------- next part --------------
Index: dlls/dmcompos/dmcompos_main.c
===================================================================
RCS file: /var/cvs/wine/dlls/dmcompos/dmcompos_main.c,v
retrieving revision 1.12
diff -u -p -r1.12 dmcompos_main.c
--- dlls/dmcompos/dmcompos_main.c	30 May 2005 10:01:10 -0000	1.12
+++ dlls/dmcompos/dmcompos_main.c	16 Jun 2005 22:24:32 -0000
@@ -298,7 +298,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, 
 
 
 /******************************************************************
- *		DllCanUnloadNow (DMCOMPOS.1)
+ *		DllCanUnloadNow (DMCOMPOS.@)
  *
  *
  */
@@ -308,7 +308,7 @@ HRESULT WINAPI DllCanUnloadNow(void) {
 
 
 /******************************************************************
- *		DllGetClassObject (DMCOMPOS.2)
+ *		DllGetClassObject (DMCOMPOS.@)
  *
  *
  */
Index: dlls/dmime/dmime_main.c
===================================================================
RCS file: /var/cvs/wine/dlls/dmime/dmime_main.c,v
retrieving revision 1.17
diff -u -p -r1.17 dmime_main.c
--- dlls/dmime/dmime_main.c	30 May 2005 10:01:10 -0000	1.17
+++ dlls/dmime/dmime_main.c	16 Jun 2005 23:28:26 -0000
@@ -759,7 +759,7 @@ HRESULT WINAPI DllCanUnloadNow(void)
 
 
 /******************************************************************
- *		DllGetClassObject (DMIME.2)
+ *		DllGetClassObject (DMIME.@)
  *
  *
  */
Index: dlls/dmstyle/dmstyle_main.c
===================================================================
RCS file: /var/cvs/wine/dlls/dmstyle/dmstyle_main.c,v
retrieving revision 1.14
diff -u -p -r1.14 dmstyle_main.c
--- dlls/dmstyle/dmstyle_main.c	30 May 2005 10:01:08 -0000	1.14
+++ dlls/dmstyle/dmstyle_main.c	16 Jun 2005 23:28:42 -0000
@@ -458,7 +458,7 @@ HRESULT WINAPI DllCanUnloadNow(void) {
 
 
 /******************************************************************
- *		DllGetClassObject (DMSTYLE.2)
+ *		DllGetClassObject (DMSTYLE.@)
  *
  *
  */
Index: dlls/dsound/dsound_main.c
===================================================================
RCS file: /var/cvs/wine/dlls/dsound/dsound_main.c,v
retrieving revision 1.124
diff -u -p -r1.124 dsound_main.c
--- dlls/dsound/dsound_main.c	14 Jun 2005 12:34:00 -0000	1.124
+++ dlls/dsound/dsound_main.c	16 Jun 2005 22:25:17 -0000
@@ -549,7 +549,7 @@ static const IClassFactoryVtbl DSPCF_Vtb
 static IClassFactoryImpl DSOUND_PRIVATE_CF = { &DSPCF_Vtbl, 1 };
 
 /*******************************************************************************
- * DllGetClassObject [DSOUND.5]
+ * DllGetClassObject [DSOUND.@]
  * Retrieves class object from a DLL object
  *
  * NOTES
Index: dlls/olepro32/olepro32stubs.c
===================================================================
RCS file: /var/cvs/wine/dlls/olepro32/olepro32stubs.c,v
retrieving revision 1.12
diff -u -p -r1.12 olepro32stubs.c
--- dlls/olepro32/olepro32stubs.c	17 May 2005 14:41:37 -0000	1.12
+++ dlls/olepro32/olepro32stubs.c	16 Jun 2005 23:18:20 -0000
@@ -59,7 +59,7 @@ HRESULT WINAPI DllCanUnloadNow(void)
 }
 
 /***********************************************************************
- *		DllGetClassObject (OLEPRO32.256)
+ *		DllGetClassObject (OLEPRO32.@)
  */
 HRESULT WINAPI DllGetClassObject( REFCLSID rclsid, REFIID riid, LPVOID* ppv )
 {
Index: dlls/shell32/iconcache.c
===================================================================
RCS file: /var/cvs/wine/dlls/shell32/iconcache.c,v
retrieving revision 1.90
diff -u -p -r1.90 iconcache.c
--- dlls/shell32/iconcache.c	17 Jun 2005 09:52:33 -0000	1.90
+++ dlls/shell32/iconcache.c	17 Jun 2005 16:59:30 -0000
@@ -659,6 +659,12 @@ HICON WINAPI ExtractAssociatedIconA(HINS
     return hIcon;
 }
 
+/*************************************************************************
+ *				ExtractAssociatedIconW (SHELL32.@)
+ *
+ * Return icon for given file (either from file itself or from associated
+ * executable) and patch parameters if needed.
+ */
 HICON WINAPI ExtractAssociatedIconW(HINSTANCE hInst, LPWSTR lpIconPath, LPWORD lpiIcon)
 {
     HICON hIcon = NULL;
Index: dlls/winmm/mmsystem.c
===================================================================
RCS file: /var/cvs/wine/dlls/winmm/mmsystem.c,v
retrieving revision 1.117
diff -u -p -r1.117 mmsystem.c
--- dlls/winmm/mmsystem.c	23 May 2005 10:00:26 -0000	1.117
+++ dlls/winmm/mmsystem.c	16 Jun 2005 23:24:40 -0000
@@ -109,7 +109,7 @@ BOOL WINAPI MMSYSTEM_LibMain(DWORD fdwRe
 }
 
 /**************************************************************************
- * 				MMSYSTEM_WEP			[MMSYSTEM.1]
+ * 				WEP			[MMSYSTEM.1]
  */
 int WINAPI MMSYSTEM_WEP(HINSTANCE16 hInstance, WORD wDataSeg,
                         WORD cbHeapSize, LPSTR lpCmdLine)


More information about the wine-patches mailing list