shell32.Add debug info for IExtractIconW

Rolf Kalbermatter rolf.kalbermatter at citeng.com
Sun Dec 15 14:53:50 CST 2002


Changelog
  * dlls/shell32/debughlp.c
    Add debug info for IExtractIconW

Rolf Kalbermatter

Index: dlls/shell32/debughlp.c
===================================================================
RCS file: /home/wine/wine/dlls/shell32/debughlp.c,v
retrieving revision 1.5
diff -u -r1.5 debughlp.c
--- dlls/shell32/debughlp.c	13 Dec 2002 23:45:36 -0000	1.5
+++ dlls/shell32/debughlp.c	15 Dec 2002 20:45:35 -0000
@@ -293,6 +293,6 @@
 	{&IID_IPersistFolder2,		"IID_IPersistFolder2"},
 	{&IID_IPersistFolder3,		"IID_IPersistFolder3"},
 	{&IID_IExtractIconA,		"IID_IExtractIconA"},
+	{&IID_IExtractIconW,		"IID_IExtractIconW"},
- 	{&IID_IDataObject,		"IID_IDataObject"},
 	{&IID_IDataObject,		"IID_IDataObject"},
 	{NULL,NULL}};




More information about the wine-patches mailing list