summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/lib/exdisp-uuid.c
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-11-07 16:52:48 +0000
committerChristopher Faylor <me@cgf.cx>2012-11-07 16:52:48 +0000
commit61746d6ae850aa6a89b0c0b00c609011c6d0ade9 (patch)
tree95552490c8ee6f3bf8b0f2d37e61bbc9dafe7a7b /winsup/w32api/lib/exdisp-uuid.c
parent2ca28ea2dc0c397b9a11072e121e1c5b6f87650b (diff)
downloadcygnal-61746d6ae850aa6a89b0c0b00c609011c6d0ade9.tar.gz
cygnal-61746d6ae850aa6a89b0c0b00c609011c6d0ade9.tar.bz2
cygnal-61746d6ae850aa6a89b0c0b00c609011c6d0ade9.zip
* mingw: Delete obsolete directory.
* w32api: Ditto.
Diffstat (limited to 'winsup/w32api/lib/exdisp-uuid.c')
-rw-r--r--winsup/w32api/lib/exdisp-uuid.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/winsup/w32api/lib/exdisp-uuid.c b/winsup/w32api/lib/exdisp-uuid.c
deleted file mode 100644
index 1c0401e01..000000000
--- a/winsup/w32api/lib/exdisp-uuid.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/* exdisp-uuid.c */
-/* Generate GUIDs for Object EXDISP 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>
-// Microsoft Web Browser CLSID
-DEFINE_GUID(CLSID_WebBrowser,0x8856f961,0x340a,0x11d0,0xa9,0x6b,0x0,0xc0,0x4f,0xd7,0x5,0xa2);
-DEFINE_GUID(DIID_DWebBrowserEvents,0xeab22ac2,0x30c1,0x11cf,0xa7,0xeb,0x0,0x0,0xc0,0x5b,0xae,0x0b);
-DEFINE_GUID(DIID_DWebBrowserEvents2,0x34a715a0,0x6587,0x11d0,0x92,0x4a,0x0,0x20,0xaf,0xc7,0xac,0x4d);
-DEFINE_GUID(IID_IWebBrowser,0xeab22ac1,0x30c1,0x11cf,0xa7,0xeb,0x0,0x0,0xc0,0x5b,0xae,0x0b);
-DEFINE_GUID(IID_IWebBrowser2,0xd30c1661,0xcdaf,0x11d0,0x8a,0x3e,0x0,0xc0,0x4f,0xc9,0xe2,0x6e);
-DEFINE_GUID(IID_IWebBrowserApp,0x2df05,0x0,0x0,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x46);