Update DllGetClassObject documentation

Francois Gouget fgouget at free.fr
Tue Feb 7 11:55:02 CST 2006


Changelog:

  * dlls/shell32/shellole.c

    Francois Gouget <fgouget at free.fr>
    winapi_check pointed out that DllGetClassObject also implements 
SHDllGetClassObject.

-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
  "Only wimps use tape backup: _real_ men just upload their important stuff on
        ftp, and let the rest of the world mirror it ;)" -- Linus Torvalds
-------------- next part --------------
Index: dlls/shell32/shellole.c
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shellole.c,v
retrieving revision 1.87
diff -u -p -r1.87 shellole.c
--- dlls/shell32/shellole.c	10 Nov 2005 11:15:22 -0000	1.87
+++ dlls/shell32/shellole.c	7 Feb 2006 16:44:04 -0000
@@ -216,7 +216,8 @@ end:
 }
 
 /*************************************************************************
- * DllGetClassObject   [SHELL32.@]
+ * DllGetClassObject     [SHELL32.@]
+ * SHDllGetClassObject   [SHELL32.128]
  */
 HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID iid, LPVOID *ppv)
 {


More information about the wine-patches mailing list