Re: [PATCH] tools/widl/header.c: Add a way to declare interface data members.

2012-11-10 Thread Max TenEyck Woodbury
On 11/11/2012 01:01 AM, Nikolay Sivov wrote: > On 11/11/2012 05:00, Max TenEyck Woodbury wrote: >> I mentioned this a few days ago. It would have helped if you had >> raised this point then. >> >> As it stands, it is simply a way to adding data members to an aggregate >> with an interface. > > Dat

Re: [PATCH] tools/widl/header.c: Add a way to declare interface data members.

2012-11-10 Thread Nikolay Sivov
On 11/11/2012 05:00, Max TenEyck Woodbury wrote: I mentioned this a few days ago. It would have helped if you had raised this point then. As it stands, it is simply a way to adding data members to an aggregate with an interface. Data members to an aggregate? What are you talking about and what

Re: [PATCH] tools/widl/header.c: Add a way to declare interface data members.

2012-11-10 Thread Max TenEyck Woodbury
I mentioned this a few days ago. It would have helped if you had raised this point then. As it stands, it is simply a way to adding data members to an aggregate with an interface. In that sense it is not an addition to the interface since the Vtbl pointer remains exactly as before. The new info

Re: How to tell Mac from Linux wine within a Wine app? (steam hardware survey)

2012-11-10 Thread Scott Ritchie
On 11/10/12 11:20 AM, Max TenEyck Woodbury wrote: On 11/10/2012 02:03 PM, Scott Ritchie wrote: Is there an easy way for the steam hardware survey to tell whether it's running under Mac or Linux Wine? I remember discussing this issue with an engineer from Valve after asking they make the % of Wi

Re: [PATCH] tools/widl/header.c: Add a way to declare interface data members.

2012-11-10 Thread Michael Stefaniuc
You can't do that as the COM standard specifies also the ABI. A COM interface is a pointer to a virtual table; it is *not* a struct. That's just an implementation detail in C. On 11/10/2012 08:48 PM, m...@mtew.isa-geek.net wrote: > From: Max TenEyck Woodbury > > --- > tools/widl/header.c | 14

Re: [PATCH] tools/widl/header.c: Add a way to declare interface data members.

2012-11-10 Thread Nikolay Sivov
On 11/10/2012 22:48, m...@mtew.isa-geek.net wrote: From: Max TenEyck Woodbury --- tools/widl/header.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/tools/widl/header.c b/tools/widl/header.c index 2f275c7..965dcbc 100644 --- a/tools/widl/header.c +++ b

Re: How to tell Mac from Linux wine within a Wine app? (steam hardware survey)

2012-11-10 Thread Charles Davis
On Nov 10, 2012, at 12:03 PM, Scott Ritchie wrote: > Is there an easy way for the steam hardware survey to tell whether it's > running under Mac or Linux Wine? > > I remember discussing this issue with an engineer from Valve after asking > they make the % of Wine users public again. You can ca

Re: How to tell Mac from Linux wine within a Wine app? (steam hardware survey)

2012-11-10 Thread Max TenEyck Woodbury
On 11/10/2012 02:03 PM, Scott Ritchie wrote: > Is there an easy way for the steam hardware survey to tell whether it's > running under Mac or Linux Wine? > > I remember discussing this issue with an engineer from Valve after > asking they make the % of Wine users public again. > > Why do you car

How to tell Mac from Linux wine within a Wine app? (steam hardware survey)

2012-11-10 Thread Scott Ritchie
Is there an easy way for the steam hardware survey to tell whether it's running under Mac or Linux Wine? I remember discussing this issue with an engineer from Valve after asking they make the % of Wine users public again.

Re: ole32: Fix outstanding memory leak (coverity)

2012-11-10 Thread Frédéric Delanoy
On Sat, Nov 10, 2012 at 3:57 PM, André Hentschel wrote: > --- > dlls/ole32/storage32.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/dlls/ole32/storage32.c b/dlls/ole32/storage32.c > index 8498eaf..4099df6 100644 > --- a/dlls/ole32/storage32.c > +++ b/dlls/ole32/st