Re: [1/2] shlwapi: Fixed the todo blocks in the SHCreateStreamOnFile tests. [try 2]

2008-04-15 Thread Reece Dunn
On 15/04/2008, Reece Dunn <[EMAIL PROTECTED]> wrote: > On 14/04/2008, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > > "Reece Dunn" <[EMAIL PROTECTED]> writes: > > > @@ -459,7 +458,9 @@ HRESULT WINAPI SHCreateStreamOnFileEx(LPCWSTR > lpszPath, DWORD dwMode, > > >switch(STGM_CREATE_MODE(d

Re: [1/2] shlwapi: Fixed the todo blocks in the SHCreateStreamOnFile tests. [try 2]

2008-04-15 Thread Reece Dunn
On 14/04/2008, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > "Reece Dunn" <[EMAIL PROTECTED]> writes: > > > @@ -120,12 +119,12 @@ static HRESULT WINAPI IStream_fnRead(IStream *iface, > void* pv, ULONG cb, ULONG* > >TRACE("(%p,%p,0x%08x,%p)\n", This, pv, cb, pcbRead); > > > >if (!pv)

Re: [1/2] shlwapi: Fixed the todo blocks in the SHCreateStreamOnFile tests. [try 2]

2008-04-14 Thread Alexandre Julliard
"Reece Dunn" <[EMAIL PROTECTED]> writes: > @@ -120,12 +119,12 @@ static HRESULT WINAPI IStream_fnRead(IStream *iface, > void* pv, ULONG cb, ULONG* >TRACE("(%p,%p,0x%08x,%p)\n", This, pv, cb, pcbRead); > >if (!pv) > -return STG_E_INVALIDPOINTER; > +return S_OK; It's very unlikel