shlguid.h

Martin Fuchs martin-fuchs at gmx.net
Sat Aug 30 07:29:58 CDT 2003


Changelog:
define CLSID_DragDropHelper, IID_IDropTargetHelper and IID_IDragSourceHelper


Index: include/shlguid.h
===================================================================
RCS file: /home/wine/wine/include/shlguid.h,v
retrieving revision 1.15
diff -u -r1.15 shlguid.h
--- include/shlguid.h   28 Aug 2003 21:43:35 -0000      1.15
+++ include/shlguid.h   30 Aug 2003 12:08:00 -0000
@@ -72,6 +72,11 @@
 DEFINE_SHLGUID(IID_IRemoteComputer,     0x000214FEL, 0, 0);
 DEFINE_SHLGUID(IID_IQueryInfo,          0x00021500L, 0, 0);

+DEFINE_GUID(CLSID_DragDropHelper, 0x4657278A, 0x411B, 0x11D2, 0x83, 0x9A, 
0x0, 0xC0, 0x4F, 0xD9, 0x18, 0xD0);
+DEFINE_GUID(IID_IDropTargetHelper, 0x4657278B, 0x411B, 0x11D2, 0x83, 0x9A, 
0x0, 0xC0, 0x4F, 0xD9, 0x18, 0xD0);
+DEFINE_GUID(IID_IDragSourceHelper, 0xDE5BF786, 0x477A, 0x11D2, 0x83, 0x9D, 
0x0, 0xC0, 0x4F, 0xD9, 0x18, 0xD0);
+
+
 #define IID_IFileViewer       WINELIB_NAME_AW(IID_IFileViewer)
 #define IID_IShellLink        WINELIB_NAME_AW(IID_IShellLink)
 #define IID_IExtractIcon      WINELIB_NAME_AW(IID_IExtractIcon)





More information about the wine-patches mailing list