Re: Francois Gouget : winedbg: Fix compilation with gcc 2. 95 and non-GNU compilers.

2010-04-16 Thread Eric Pouech
Alexandre Julliard a écrit : Module: wine Branch: master Commit: 51dfd9adb11885daec878737f18f89fb05c1516c URL: http://source.winehq.org/git/wine.git/?a=commit;h=51dfd9adb11885daec878737f18f89fb05c1516c Author: Francois Gouget Date: Sat Mar 27 16:55:27 2010 +0100 winedbg: Fix compilation

Re: winegcc: Fix compiling of 32-bit Winelib Apps on shared 32/64-bit setups

2010-04-16 Thread Charles Davis
On 4/16/10 2:51 PM, André Hentschel wrote: > --- > tools/winegcc/winegcc.c |8 > 1 files changed, 8 insertions(+), 0 deletions(-) > > diff --git a/tools/winegcc/winegcc.c b/tools/winegcc/winegcc.c > index 7023ff4..f780a69 100644 > --- a/tools/winegcc/winegcc.c > +++ b/tools/winegcc/w

Re: winegcc: Fix compiling of 32-bit Winelib Apps on shared 32/64-bit setups

2010-04-16 Thread Marcus Meissner
On Fri, Apr 16, 2010 at 10:51:29PM +0200, André Hentschel wrote: > --- > tools/winegcc/winegcc.c |8 > 1 files changed, 8 insertions(+), 0 deletions(-) > > diff --git a/tools/winegcc/winegcc.c b/tools/winegcc/winegcc.c > index 7023ff4..f780a69 100644 > --- a/tools/winegcc/winegcc.c >

FYI: Wine is used for TeamViewer

2010-04-16 Thread André Hentschel
Hey, you might take that as spam, but i just saw that Wine seems to be used for the Linux Version of http://www.teamviewer.com I did not yet had a look if they use wine64 for their 64-bit packages... -- Best Regards, André Hentschel

ICM tests and top-down DIB

2010-04-16 Thread Joerg-Cyril.Hoehle
Hi, any suggestions about how could one reasonably test the ICM codecs? I found no test at all in Wine (but the 4 Austin and I once wrote). I was considering adding the ability to deal with a negative biHeight values (native amstream seems to use this to work around bug #17893) but I feel uncomfo

Re: [PATCH] ntdll: split out sort and handle win64 cdecl

2010-04-16 Thread Alexandre Julliard
Marcus Meissner writes: > qsort() calls a cdecl routine, but Win64 cdecl is sadly > not UNIX cdecl... So we need a wrapper. > > Hope this kind of ifdef magic is acceptable, I don't want > it for win32. That looks quite inefficient, not to mention not thread-safe. It would be better to reimplemen

winmm: Remove timeGetTime.

2010-04-16 Thread Joerg-Cyril.Hoehle
Hi, Maarten recently mapped winmm:timeGetTime to kernel32.GetTickCount This rang a bell and now I found again the article where I read about it: http://blogs.msdn.com/larryosterman/archive/2009/09/02/what-s-the-difference-between-gettickcount-and-timegettime.aspx "So why are all these multimedia

Re: [PATCH 3/4] wined3d: Separate AMD Radeon HD2300 from other HD2xxx/HD3xxx GPUs since it is D3D9 instead of D3D10.

2010-04-16 Thread Roderick Colenbrander
Obviously this patch and the same for 4/4 can be dropped. I'm still a bit new to git send-email and my out directory wasn't empty, so it picked these two up. Roderick On Fri, Apr 16, 2010 at 8:49 AM, Roderick Colenbrander wrote: > Just some clever AMD rebranding for China I believe. > --- >  dll