This patch should be quite obvious in its intent: it changes vtable type
to IUnknown which helps to remove This* to IUnknown* casts in order to
avoid obvious problems with vtable pointer placement inside of object
implementation. Basically this is just a clean up patch.
Is there anything else to c
Hi,
This patch http://source.winehq.org/patches/data/96965 is in the pending
state.
Is there anything wrong or missing.
Basically this patch only changes the test to check exactly the returned
value to show the difference in behaviour between A and Version of the
API. The rest is just to thin
Marcus Meissner wrote:
> > > --- a/dlls/ole32/ifs.c
> > > +++ b/dlls/ole32/ifs.c
> > > @@ -217,6 +217,8 @@ static LPVOID WINAPI IMalloc_fnRealloc(LPMALLOC
> > > iface,LPVOID pv,DWORD cb) {
> > > IMallocSpy_Release(Malloc32.pSpy);
> > > Malloc32.SpyReleasePending = FALSE;
> >
On Sun, Jun 23, 2013 at 07:15:43PM +0900, Dmitry Timoshkov wrote:
> Marcus Meissner wrote:
>
> > --- a/dlls/ole32/ifs.c
> > +++ b/dlls/ole32/ifs.c
> > @@ -217,6 +217,8 @@ static LPVOID WINAPI IMalloc_fnRealloc(LPMALLOC
> > iface,LPVOID pv,DWORD cb) {
> > IMallocSpy_Release(Malloc32.p
Marcus Meissner wrote:
> --- a/dlls/ole32/ifs.c
> +++ b/dlls/ole32/ifs.c
> @@ -217,6 +217,8 @@ static LPVOID WINAPI IMalloc_fnRealloc(LPMALLOC
> iface,LPVOID pv,DWORD cb) {
> IMallocSpy_Release(Malloc32.pSpy);
> Malloc32.SpyReleasePending = FALSE;
> Mall