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/cguid-uuid.c')
-rw-r--r--winsup/w32api/lib/cguid-uuid.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/winsup/w32api/lib/cguid-uuid.c b/winsup/w32api/lib/cguid-uuid.c
deleted file mode 100644
index 737a542ff..000000000
--- a/winsup/w32api/lib/cguid-uuid.c
+++ /dev/null
@@ -1,20 +0,0 @@
-/* cguid-uuid.c */
-/* Generate GUIDs for CGUID 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 <basetyps.h>
-DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
-DEFINE_OLEGUID(IID_IRpcChannel,0x4,0,0);
-DEFINE_OLEGUID(IID_IRpcStub,0x5,0,0);
-DEFINE_OLEGUID(IID_IRpcProxy,0x7,0,0);
-DEFINE_OLEGUID(IID_IPSFactory,0x9,0,0);
-// Picture (Device Independant Bitmap) CLSID
-DEFINE_OLEGUID(CLSID_StaticDib,0x316,0,0);
-// Picture (Metafile) CLSID
-DEFINE_OLEGUID(CLSID_StaticMetafile,0x315,0,0);