PATCH: one more staticify fallout fix

Marcus Meissner marcus at jet.franken.de
Thu Jun 9 02:26:48 CDT 2005


Hi,

Changelog:
	Removed CLSID_CompositeMoniker. (conflicting with static definition.)

Index: dlls/ole32/moniker.h
===================================================================
RCS file: /home/wine/wine/dlls/ole32/moniker.h,v
retrieving revision 1.2
diff -u -r1.2 moniker.h
--- dlls/ole32/moniker.h	19 May 2005 14:22:14 -0000	1.2
+++ dlls/ole32/moniker.h	9 Jun 2005 07:25:57 -0000
@@ -6,7 +6,6 @@
 extern const CLSID CLSID_FileMoniker;
 extern const CLSID CLSID_ItemMoniker;
 extern const CLSID CLSID_AntiMoniker;
-extern const CLSID CLSID_CompositeMoniker;
 
 HRESULT FileMonikerCF_Create(REFIID riid, LPVOID *ppv);
 HRESULT ItemMonikerCF_Create(REFIID riid, LPVOID *ppv);
-- 



More information about the wine-patches mailing list