Re: PATCH: hglobalstream static

2005-05-16 Thread Alexandre Julliard
"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

Re: PATCH: hglobalstream static

2005-05-15 Thread Dmitry Timoshkov
"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