Re: We're in at FOSDEM!

2012-11-28 Thread Scott Ritchie
On 11/12/12 11:59 AM, Jeremy White wrote: We should stay in the same hotel if possible to ease gathering. Did someone already choose one? Could You make a special arrangement again (like in Paris, IIRC)? No, we haven't yet picked a hotel. I was poking around a bit; looks like it's not obvious

Re: wshom.ocx: Properly update typeinfo refcount

2012-11-28 Thread Alexandre Julliard
Nikolay Sivov writes: > Okay, will do that. Does it mean you want a similar change for > mshtml/msxml3 too? For msxml3 it means that > http://source.winehq.org/git/wine.git/commitdiff/6e566ce6c24186174ab9c5370a3ffbeccb8389a1 > should be reverted for example. Yes, that should most likely be rever

Re: wshom.ocx: Properly update typeinfo refcount

2012-11-28 Thread Nikolay Sivov
On 11/28/2012 18:19, Alexandre Julliard wrote: Nikolay Sivov writes: On 11/28/2012 17:43, Alexandre Julliard wrote: Nikolay Sivov writes: @@ -137,8 +137,13 @@ static HRESULT WINAPI WshCollection_GetTypeInfoCount(IWshCollection *iface, UINT static HRESULT WINAPI WshCollection_GetTypeInf

Re: wshom.ocx: Properly update typeinfo refcount

2012-11-28 Thread Alexandre Julliard
Nikolay Sivov writes: > On 11/28/2012 17:43, Alexandre Julliard wrote: >> Nikolay Sivov writes: >> >>> @@ -137,8 +137,13 @@ static HRESULT WINAPI >>> WshCollection_GetTypeInfoCount(IWshCollection *iface, UINT >>> static HRESULT WINAPI WshCollection_GetTypeInfo(IWshCollection *iface, >>> UINT

Re: wshom.ocx: Properly update typeinfo refcount

2012-11-28 Thread Nikolay Sivov
On 11/28/2012 17:43, Alexandre Julliard wrote: Nikolay Sivov writes: @@ -137,8 +137,13 @@ static HRESULT WINAPI WshCollection_GetTypeInfoCount(IWshCollection *iface, UINT static HRESULT WINAPI WshCollection_GetTypeInfo(IWshCollection *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) {

Re: wshom.ocx: Properly update typeinfo refcount

2012-11-28 Thread Alexandre Julliard
Nikolay Sivov writes: > @@ -137,8 +137,13 @@ static HRESULT WINAPI > WshCollection_GetTypeInfoCount(IWshCollection *iface, UINT > static HRESULT WINAPI WshCollection_GetTypeInfo(IWshCollection *iface, UINT > iTInfo, LCID lcid, ITypeInfo **ppTInfo) > { > WshCollection *This = impl_from_IW