From 61746d6ae850aa6a89b0c0b00c609011c6d0ade9 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 7 Nov 2012 16:52:48 +0000 Subject: * mingw: Delete obsolete directory. * w32api: Ditto. --- winsup/w32api/lib/comcat-uuid.c | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 winsup/w32api/lib/comcat-uuid.c (limited to 'winsup/w32api/lib/comcat-uuid.c') diff --git a/winsup/w32api/lib/comcat-uuid.c b/winsup/w32api/lib/comcat-uuid.c deleted file mode 100644 index 1b7586dc5..000000000 --- a/winsup/w32api/lib/comcat-uuid.c +++ /dev/null @@ -1,30 +0,0 @@ -/* comcat-uuid.c */ -/* Generate GUIDs for COMCAT interfaces */ - -/* All IIDs defined in this file were extracted from - * HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\ */ - -/* All CLSIDs defined in this file were extracted from - * HKEY_CLASSES_ROOT\CLSID\ */ - -#define INITGUID -#include -DEFINE_OLEGUID(IID_IEnumGUID,0x2e000,0,0); -DEFINE_OLEGUID(IID_ICatInformation,0x2e013,0,0); -DEFINE_OLEGUID(IID_ICatRegister,0x2e012,0,0); -DEFINE_OLEGUID(IID_IEnumCATEGORYINFO,0x2e011,0,0); -// Component Catagories Manager CLSID -DEFINE_OLEGUID(CLSID_StdComponentCategoriesMgr,0x2e005,0,0); -// Implemented Categories under Outlook Express MsgTable Object CLSID -DEFINE_GUID(CATID_Insertable,0x40fc6ed3,0x2438,0x11cf,0xa3,0xdb,0x8,0,0x36,0xf1,0x25,0x2); -DEFINE_GUID(CATID_Control,0x40fc6ed4,0x2438,0x11cf,0xa3,0xdb,0x8,0,0x36,0xf1,0x25,0x2); -// Implemented Categories under Microsoft PowerPoint Slide CLSID -DEFINE_GUID(CATID_DocObject,0x40fc6ed8,0x2438,0x11cf,0xa3,0xdb,0x8,0,0x36,0xf1,0x25,0x2); -// Implemented Categories under Microsoft Toolbar Control CLSID -DEFINE_GUID(CATID_Programmable,0x40fc6ed5,0x2438,0x11cf,0xa3,0xdb,0x8,0,0x36,0xf1,0x25,0x2); -// Implemented Categories under SSCommand Control CLSID -DEFINE_GUID(CATID_Printable,0x40fc6ed9,0x2438,0x11cf,0xa3,0xdb,0x8,0,0x36,0xf1,0x25,0x2); -DEFINE_GUID(CATID_PersistsToStorage,0xde86a52,0x2baa,0x11cf,0xa2,0x29,0,0xaa,0,0x3d,0x73,0x52); -DEFINE_GUID(CATID_PersistsToPropertyBag,0xde86a57,0x2baa,0x11cf,0xa2,0x29,0,0xaa,0,0x3d,0x73,0x52); -DEFINE_GUID(CATID_PersistsToStream,0xde86a54,0x2baa,0x11cf,0xa2,0x29,0,0xaa,0,0x3d,0x73,0x52); -DEFINE_GUID(CATID_PersistsToStreamInit,0xde86a53,0x2baa,0x11cf,0xa2,0x29,0,0xaa,0,0x3d,0x73,0x52); -- cgit v1.2.3