From ec7a5931ae789ae0a53d6d1b2c9568916bba88d2 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 9 Jun 2005 09:47:44 +0000 Subject: [PATCH] Removed CLSID_CompositeMoniker (conflicting with static definition). --- dlls/ole32/moniker.h | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/ole32/moniker.h b/dlls/ole32/moniker.h index 45722fa4ba5..34ddfb00c02 100644 --- a/dlls/ole32/moniker.h +++ b/dlls/ole32/moniker.h @@ -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);