Re: quartz: Start DirectSound renderer as soon as possible.

2010-11-20 Thread Erich Hoover
I've been working on a set of patches (compiled together and attached for your convenience) to fix the background music in Fallout 3 (Bug #24478) and I've run into some trouble recently with commit 64b14c0ecdd13530a92ff636c451523a99253a0b. Before that commit (or removing that commit in current git

Re: [comctl32/tests 2/2] Get rid of some commented out lines

2010-11-20 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=7197 Your paranoid android.

Re: building a winelib dll?

2010-11-20 Thread Seth Burleigh
alright, so heres how it works: first, you need to pass spec into the right place, heres the output of the make file. winegcc -c -mno-cygwin -m32-o zmq.o zmq.c winegcc -shared zmq.dll.spec -mno-cygwin -o zmq.dll.so zmq.o -lzmq next, you need to make sure to include in zmq.c and put WIN

Re: Group Picture Wineconf 2010

2010-11-20 Thread Owen Rudge
The group picture taken this morning: http://www.flickr.com/photos/marcusmeissner/5191522943/ For all the ones who staid at home ;) Nice use of Photoshop. ;) -- Owen Rudge http://www.owenrudge.net/

Group Picture Wineconf 2010

2010-11-20 Thread Marcus Meissner
Hi, The group picture taken this morning: http://www.flickr.com/photos/marcusmeissner/5191522943/ For all the ones who staid at home ;) Ciao, Marcus

Patch for bug 25063 - _pclose should wait for the command processor to terminate and return it's exit status

2010-11-20 Thread Borut Razem
On 11/18/2010 02:54 PM, Alexandre Julliard wrote > Yes, you need to grow it dynamically. That doesn't mean you need a linear search. Here is the new patch: dynamically allocated array of process handles indexed by fd, no linear search. The patch compiles without errors but I haven't done any t

Re: [1/2] opengl32/tests: Add tests for special case of SetPixelFormat

2010-11-20 Thread Stefan Dösinger
Am Donnerstag 18 November 2010, 16:41:53 schrieb Matijn Woudt: > There's only 1 difference, the first one really shows a window with > all the triangle's, like it should. Second one doesn't show anything. > So all the functions don't fail, they just don't seem to do anything. I think we should set