More mismatches between spec files and comments

Francois Gouget fgouget at free.fr
Wed Aug 10 06:54:12 CDT 2005


winapi_check missed some mismatches between the spec file and comments. 
So here's a patch fixing the mismatches but it would be nice to find out 
why winapi_check did not notice them (hint hint ;-).


Changelog:

  * dlls/dmband/dmband_main.c
    dlls/dmloader/dmloader_main.c
    dlls/dmscript/dmscript_main.c
    dlls/dmsynth/dmsynth_main.c
    dlls/dmusic/dmusic_main.c
    dlls/dswave/dswave_main.c

    Francois Gouget <fgouget at free.fr>
    Correct more mismatches between spec files and comments about export number.

-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
         It really galls me that most of the computer power in the world
                           is wasted on screen savers.
                      Chris Caldwell from the GIMPS project
                        http://www.mersenne.org/prime.htm
-------------- next part --------------
Index: dlls/dmband/dmband_main.c
===================================================================
RCS file: /var/cvs/wine/dlls/dmband/dmband_main.c,v
retrieving revision 1.16
diff -u -p -r1.16 dmband_main.c
--- dlls/dmband/dmband_main.c	10 Aug 2005 09:53:47 -0000	1.16
+++ dlls/dmband/dmband_main.c	10 Aug 2005 10:06:47 -0000
@@ -148,7 +148,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, 
 
 
 /******************************************************************
- *		DllCanUnloadNow (DMBAND.1)
+ *		DllCanUnloadNow (DMBAND.@)
  *
  *
  */
Index: dlls/dmloader/dmloader_main.c
===================================================================
RCS file: /var/cvs/wine/dlls/dmloader/dmloader_main.c,v
retrieving revision 1.9
diff -u -p -r1.9 dmloader_main.c
--- dlls/dmloader/dmloader_main.c	10 Aug 2005 09:53:47 -0000	1.9
+++ dlls/dmloader/dmloader_main.c	10 Aug 2005 10:06:47 -0000
@@ -39,7 +39,7 @@ BOOL WINAPI DllMain (HINSTANCE hinstDLL,
 
 
 /******************************************************************
- *		DllCanUnloadNow (DMLOADER.1)
+ *		DllCanUnloadNow (DMLOADER.@)
  */
 HRESULT WINAPI DllCanUnloadNow (void)
 {
Index: dlls/dmscript/dmscript_main.c
===================================================================
RCS file: /var/cvs/wine/dlls/dmscript/dmscript_main.c,v
retrieving revision 1.14
diff -u -p -r1.14 dmscript_main.c
--- dlls/dmscript/dmscript_main.c	10 Aug 2005 09:53:47 -0000	1.14
+++ dlls/dmscript/dmscript_main.c	10 Aug 2005 10:06:47 -0000
@@ -560,7 +560,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, 
 
 
 /******************************************************************
- *		DllCanUnloadNow (DMSCRIPT.1)
+ *		DllCanUnloadNow (DMSCRIPT.@)
  *
  *
  */
Index: dlls/dmsynth/dmsynth_main.c
===================================================================
RCS file: /var/cvs/wine/dlls/dmsynth/dmsynth_main.c,v
retrieving revision 1.14
diff -u -p -r1.14 dmsynth_main.c
--- dlls/dmsynth/dmsynth_main.c	10 Aug 2005 09:53:47 -0000	1.14
+++ dlls/dmsynth/dmsynth_main.c	10 Aug 2005 10:06:47 -0000
@@ -145,7 +145,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, 
 
 
 /******************************************************************
- *		DllCanUnloadNow (DMSYNTH.1)
+ *		DllCanUnloadNow (DMSYNTH.@)
  *
  *
  */
Index: dlls/dmusic/dmusic_main.c
===================================================================
RCS file: /var/cvs/wine/dlls/dmusic/dmusic_main.c,v
retrieving revision 1.21
diff -u -p -r1.21 dmusic_main.c
--- dlls/dmusic/dmusic_main.c	10 Aug 2005 09:53:47 -0000	1.21
+++ dlls/dmusic/dmusic_main.c	10 Aug 2005 10:06:48 -0000
@@ -145,7 +145,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, 
 
 
 /******************************************************************
- *		DllCanUnloadNow (DMUSIC.1)
+ *		DllCanUnloadNow (DMUSIC.@)
  *
  *
  */
Index: dlls/dswave/dswave_main.c
===================================================================
RCS file: /var/cvs/wine/dlls/dswave/dswave_main.c,v
retrieving revision 1.11
diff -u -p -r1.11 dswave_main.c
--- dlls/dswave/dswave_main.c	10 Aug 2005 09:53:47 -0000	1.11
+++ dlls/dswave/dswave_main.c	10 Aug 2005 10:06:48 -0000
@@ -97,7 +97,7 @@ BOOL WINAPI DllMain (HINSTANCE hinstDLL,
 
 
 /******************************************************************
- *		DllCanUnloadNow (DSWAVE.1)
+ *		DllCanUnloadNow (DSWAVE.@)
  *
  *
  */


More information about the wine-patches mailing list