Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/lib/objidl-uuid.c')
-rw-r--r--winsup/w32api/lib/objidl-uuid.c43
1 files changed, 0 insertions, 43 deletions
diff --git a/winsup/w32api/lib/objidl-uuid.c b/winsup/w32api/lib/objidl-uuid.c
deleted file mode 100644
index 5e3df9387..000000000
--- a/winsup/w32api/lib/objidl-uuid.c
+++ /dev/null
@@ -1,43 +0,0 @@
-/* objidl-uuid.c */
-/* Generate GUIDs for Object IDL interfaces */
-
-/* All IIDs defined in this file were extracted from
- * HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\ */
-
-#define INITGUID
-#include <basetyps.h>
-DEFINE_OLEGUID(IID_IMarshal,0x3,0,0);
-DEFINE_OLEGUID(IID_IStream,0xc,0,0);
-DEFINE_OLEGUID(IID_IMalloc,0x2,0,0);
-DEFINE_OLEGUID(IID_IMessageFilter,0x16,0,0);
-DEFINE_OLEGUID(IID_IPersist,0x10c,0,0);
-DEFINE_OLEGUID(IID_IPersistFile,0x10b,0,0);
-DEFINE_OLEGUID(IID_IPersistStorage,0x10a,0,0);
-DEFINE_OLEGUID(IID_IPersistStream,0x109,0,0);
-DEFINE_OLEGUID(IID_IMoniker,0xf,0,0);
-DEFINE_OLEGUID(IID_IAdviseSink,0x10f,0,0);
-DEFINE_OLEGUID(IID_IAdviseSink2,0x125,0,0);
-DEFINE_OLEGUID(IID_IDataObject,0x10e,0,0);
-DEFINE_OLEGUID(IID_IDataAdviseHolder,0x110,0,0);
-DEFINE_OLEGUID(IID_IStorage,0xb,0,0);
-DEFINE_OLEGUID(IID_IRootStorage,0x12,0,0);
-DEFINE_GUID(IID_IRpcChannelBuffer,0xd5f56b60,0x593b,0x101a,0xb5,0x69,0x8,0,0x2b,0x2d,0xbf,0x7a);
-DEFINE_GUID(IID_IRpcProxyBuffer,0xd5f56a34,0x593b,0x101a,0xb5,0x69,8,0,0x2b,0x2d,0xbf,0x7a);
-DEFINE_GUID(IID_IRpcStubBuffer,0xd5f56afc,0x593b,0x101a,0xb5,0x69,0x8,0,0x2b,0x2d,0xbf,0x7a);
-DEFINE_GUID(IID_ISequentialStream,0xc733a30,0x2a1c,0x11ce,0xad,0xe5,0,0xaa,0,0x44,0x77,0x3d);
-DEFINE_OLEGUID(IID_IStdMarshalInfo,0x18,0,0);
-DEFINE_OLEGUID(IID_IRunningObjectTable,0x10,0,0);
-DEFINE_OLEGUID(IID_IBindCtx,0xe,0,0);
-DEFINE_GUID(IID_IPSFactoryBuffer,0xd5f569d0,0x593b,0x101a,0xb5,0x69,0x8,0,0x2b,0x2d,0xbf,0x7a);
-DEFINE_OLEGUID(IID_ILockBytes,0xa,0,0);
-DEFINE_OLEGUID(IID_IExternalConnection,0x19,0,0);
-DEFINE_OLEGUID(IID_IRunnableObject,0x126,0,0);
-DEFINE_GUID(IID_IROTData,0xf29f6bc0,0x5021,0x11ce,0xaa,0x15,0,0,0x69,0x1,0x29,0x3f);
-DEFINE_OLEGUID(IID_IPropertySetStorage,0x13a,0,0);
-DEFINE_OLEGUID(IID_IPropertyStorage,0x138,0,0);
-DEFINE_OLEGUID(IID_IClassActivator,0x140,0,0);
-DEFINE_GUID(IID_IFillLockBytes,0x99caf010,0x415e,0x11cf,0x88,0x14,0,0xaa,0,0xb5,0x69,0xf5);
-DEFINE_GUID(IID_IProgressNotify,0xa9d758a0,0x4617,0x11cf,0x95,0xfc,0,0xaa,0,0x68,0xd,0xb4);
-DEFINE_OLEGUID(IID_IClientSecurity,0x13D,0,0);
-DEFINE_OLEGUID(IID_IMallocSpy,0x1d,0,0);
-DEFINE_OLEGUID(IID_IServerSecurity,0x13E,0,0);