diff options
author | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2006-06-13 22:44:49 +0000 |
---|---|---|
committer | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2006-06-13 22:44:49 +0000 |
commit | c2c6952627cf2f78efbbb524ce8645e81231d3e0 (patch) | |
tree | b922182d7dbeb04a455ad214d18598f290495585 /winsup/w32api/lib/hlguids-uuid.c | |
parent | 73c20c325dfd933c29eaea17140611d72fd48d9d (diff) | |
download | cygnal-c2c6952627cf2f78efbbb524ce8645e81231d3e0.tar.gz cygnal-c2c6952627cf2f78efbbb524ce8645e81231d3e0.tar.bz2 cygnal-c2c6952627cf2f78efbbb524ce8645e81231d3e0.zip |
2006-06-13 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* lib/uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Remove. Moved to
extras-uuid.c.
* lib/extras-uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Added.
* lib/hlguids-uuid.c: State source of CLSIDs.
Diffstat (limited to 'winsup/w32api/lib/hlguids-uuid.c')
-rw-r--r-- | winsup/w32api/lib/hlguids-uuid.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/w32api/lib/hlguids-uuid.c b/winsup/w32api/lib/hlguids-uuid.c index 6a5d03743..05c90e526 100644 --- a/winsup/w32api/lib/hlguids-uuid.c +++ b/winsup/w32api/lib/hlguids-uuid.c @@ -9,5 +9,7 @@ #define INITGUID #include <basetyps.h> +// StdHlink CLSID DEFINE_GUID(CLSID_StdHlink,0x79eac9d0,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb); +// StdHlinkBrowseContext CLSID DEFINE_GUID(CLSID_StdHlinkBrowseContext,0x79eac9d1,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb); |