Le sam 30/08/2003 à 08:29, Martin Fuchs a écrit :
STDMETHOD_(ULONG, AddRef) (THIS) PURE;
STDMETHOD_(ULONG, Release) (THIS) PURE;
STDMETHOD (DragEnter)(THIS_ HWND hwndTarget, IDataObject* pDataObject,
POINT* ppt, DWORD dwEffect) PURE;
STDMETHOD (DragLeave)(THIS) PURE;
STDMETHOD (DragOver)(THIS_ POINT* ppt, DWORD dwEffect) PURE;
STDMETHOD (Drop)(THIS_ IDataObject* pDataObject, POINT* ppt, DWORD
dwEffect) PURE;
Your patch is unfortunately wrapped. shlguid.h suffers from the same problem.
Vincent
Your patch is unfortunately wrapped. shlguid.h suffers from the same problem.
OK, now as attachement.
Changelog: * define interface IDragSourceHelper * define interface IDropTargetHelper
I will post the 'const' correction for LPCITEMIDLIST as a separate change, because there has to be adjusted more in dlls/shell32.