msvidc32: Add comment for DllMain()

Francois Gouget fgouget at free.fr
Mon Dec 5 04:23:53 CST 2005


Changelog:

  * dlls/msvidc32/msvideo1.c

    Francois Gouget <fgouget at free.fr>
    Add a comment for DllMain() to stop winapi_check from complaining 
about it.

-- 
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/msvidc32/msvideo1.c
===================================================================
RCS file: /var/cvs/wine/dlls/msvidc32/msvideo1.c,v
retrieving revision 1.8
diff -u -p -r1.8 msvideo1.c
--- dlls/msvidc32/msvideo1.c	28 Nov 2005 20:12:34 -0000	1.8
+++ dlls/msvidc32/msvideo1.c	5 Dec 2005 08:42:48 -0000
@@ -561,6 +561,9 @@ LRESULT WINAPI CRAM_DriverProc( DWORD_PT
     return r;
 }
 
+/***********************************************************************
+ *		DllMain
+ */
 BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpReserved)
 {
     TRACE("(%p,%ld,%p)\n", hModule, dwReason, lpReserved);


More information about the wine-patches mailing list