2012/5/10 Andrew Eikum
> On Thu, May 10, 2012 at 07:52:58AM +0200, Christian Costa wrote:
> > static HRESULT read_from_stream(IStream *stream, void *data, ULONG size)
> > {
> > -ULONG readed;
> > +ULONG read;
> > HRESULT hr;
> >
> > -hr = IStream_Read(stream, data, size, &reade
On Thu, May 10, 2012 at 07:52:58AM +0200, Christian Costa wrote:
> static HRESULT read_from_stream(IStream *stream, void *data, ULONG size)
> {
> -ULONG readed;
> +ULONG read;
> HRESULT hr;
>
> -hr = IStream_Read(stream, data, size, &readed);
> +hr = IStream_Read(stream, da