From 2891def6e1a0ca9de9583d372720fc203c18b509 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 19 Nov 2017 21:04:24 -0500 Subject: (mis)guid'ed data: clsid: initial commit. --- src/guid/w32lib_guid_clsid.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/guid/w32lib_guid_clsid.c (limited to 'src') diff --git a/src/guid/w32lib_guid_clsid.c b/src/guid/w32lib_guid_clsid.c new file mode 100644 index 0000000..a041a52 --- /dev/null +++ b/src/guid/w32lib_guid_clsid.c @@ -0,0 +1,17 @@ +#include +#include "w32lib_impl.h" + +/***************************************************************/ +#define W32LIB_CLSID_GUID(mname,lname, \ + u32,u16a,u16b, \ + u8a,u8b,u8c,u8d,u8e,u8f,u8g,u8h) \ + W32LIB_GUID (W32LIB_HIDDEN_NAME(clsid,mname), \ + W32LIB_NAMESPACE_NAME(clsid,mname), \ + W32LIB_LEGACY_NAME(CLSID,lname), \ + u32,u16a,u16b, \ + u8a,u8b,u8c,u8d,u8e,u8f,u8g,u8h) \ +/***************************************************************/ + +W32LIB_CLSID_GUID(shell_link,ShellLink, \ + 0x00021401,0x0000,0x0000, \ + 0xc0,0x00,0x00,0x00,0x00,0x00,0x00,0x46) -- cgit v1.2.3