Hi,
currently Wine's SHDoDragDrop is a stub and the comment states that it
probably is equivalent to DoDragDrop. That's not quite true.
In one of my programs I passed a NULL drop source accidentally and to my
surprise it worked. So SHDoDragDrop creates an IDropSource object for
you if you don't pa
Alexandre Julliard <[EMAIL PROTECTED]> writes:
> Francois Gouget <[EMAIL PROTECTED]> writes:
>> > @@ -1707,6 +1732,7 @@ typedef struct tagTOOLINFOA {
>> > LPSTR lpszText;
>> > LPARAM lParam;
>> > void *lpReserved;
>> > +HBITMAP hbmp;
>> > } TTTOOLINFOA, *LPTOOLINFOA, *PTOOLINFOA