"Dmitry Timoshkov" <[EMAIL PROTECTED]> writes:
> "Marcus Meissner" <[EMAIL PROTECTED]> wrote:
>
> > /***
> > + * This implements the IUnknown method AddRef for this
> > + * class
> > + */
> > +static ULONG WINAPI HGLOBALStreamImpl_AddRef(
> > + IStream* iface)
> > +{
> > + HGLOBALStreamImpl* co
"Marcus Meissner" <[EMAIL PROTECTED]> wrote:
> /***
> + * This implements the IUnknown method AddRef for this
> + * class
> + */
> +static ULONG WINAPI HGLOBALStreamImpl_AddRef(
> + IStream* iface)
> +{
> + HGLOBALStreamImpl* const This=(HGLOBALStreamImpl*)iface;
> + return InterlockedIncrement