uuid: Add CLSID_DestinationList

André Hentschel nerv at dawncrow.de
Sun Jul 3 06:35:08 CDT 2011


---
 dlls/uuid/uuid.c     |    1 +
 include/shobjidl.idl |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/uuid/uuid.c b/dlls/uuid/uuid.c
index d4ad2ae..0ad0425 100644
--- a/dlls/uuid/uuid.c
+++ b/dlls/uuid/uuid.c
@@ -123,6 +123,7 @@ DEFINE_GUID(CLSID_TF_CategoryMgr,         0xA4B544A1,0x438D,0x4B41,0x93,0x25,0x8
 DEFINE_GUID(CLSID_TF_LangBarMgr,          0xebb08c45,0x6c4a,0x4fdc,0xae,0x53,0x4e,0xb8,0xc4,0xc7,0xdb,0x8e);
 DEFINE_GUID(CLSID_TF_DisplayAttributeMgr, 0x3ce74de4,0x53d3,0x4d74,0x8b,0x83,0x43,0x1b,0x38,0x28,0xba,0x53);
 DEFINE_GUID(CLSID_TaskbarList,            0x56fdf344,0xfd6d,0x11d0,0x95,0x8a,0x00,0x60,0x97,0xc9,0xa0,0x90);
+DEFINE_GUID(CLSID_DestinationList,        0x77f10cf0,0x3db5,0x4966,0xb5,0x20,0xb7,0xc5,0x4f,0xd3,0x5e,0xd6);
 DEFINE_GUID(GUID_TFCAT_TIP_KEYBOARD,     0x34745c63,0xb2f0,0x4784,0x8b,0x67,0x5e,0x12,0xc8,0x70,0x1a,0x31);
 DEFINE_GUID(GUID_TFCAT_TIP_SPEECH,       0xB5A73CD1,0x8355,0x426B,0xA1,0x61,0x25,0x98,0x08,0xF2,0x6B,0x14);
 DEFINE_GUID(GUID_TFCAT_TIP_HANDWRITING,  0x246ecb87,0xc2f2,0x4abe,0x90,0x5b,0xc8,0xb3,0x8a,0xdd,0x2c,0x43);
diff --git a/include/shobjidl.idl b/include/shobjidl.idl
index 1b4d385..8b6b735 100644
--- a/include/shobjidl.idl
+++ b/include/shobjidl.idl
@@ -3293,6 +3293,8 @@ interface ICustomDestinationList : IUnknown
     HRESULT AbortList();
 }
 
+cpp_quote("EXTERN_C const CLSID CLSID_DestinationList;")
+
 /*****************************************************************************
  * ShellObjects typelibrary
  */
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list