Re: comdlg32/cdlg: removed 16 bit dependency

2010-10-25 Thread Austin English
On Tue, Oct 26, 2010 at 1:21 AM, CJ wrote: > Removed wownt32.h from the includes of cdlg32.h and modified fontdlg.c so > that it no longer relies on the 16 bit dependency. Howdy Carl, Thanks for helping Wine, but patches should be sent to wine-patc...@winehq.org. -- -Austin

comdlg32/cdlg: removed 16 bit dependency

2010-10-25 Thread CJ
Removed wownt32.h from the includes of cdlg32.h and modified fontdlg.c so that it no longer relies on the 16 bit dependency. -- Carl J. Raffaele From c67da13a9e03857dbb290ae462a43a7f195ac88f Mon Sep 17 00:00:00 2001 From: Carl Raffaele Date: Mon, 25 Oct 2010 20:54:35 -0400 Subject: comdlg32/cdlg

Linux kernel and game performance?

2010-10-25 Thread Dan Kegel
Hey folks, I've run into two web sites that claim that the Linux kernel causes performance problems in particular games (see below). Anybody know of others? And has anybody found concrete improvements in performance of a particular app (other than an audio workstation app) from using a realtime k

Re: msxml3/domdoc: Handle passed BSTR argument as a WCHAR string in ::createProcessingInstruction()

2010-10-25 Thread Nikolay Sivov
On 10/26/2010 01:41, Jacek Caban wrote: On 10/25/10 10:38 PM, Nikolay Sivov wrote: Should help with http://bugs.winehq.org/show_bug.cgi?id=22607 +V_VT(&v) = VT_BSTR; +V_BSTR(&v) = SysAllocString(data); -hr = node_put_value(node_obj,&v_data); Allocating a string o

Re: msxml3/domdoc: Handle passed BSTR argument as a WCHAR string in ::createProcessingInstruction()

2010-10-25 Thread Jacek Caban
On 10/25/10 10:38 PM, Nikolay Sivov wrote: Should help with http://bugs.winehq.org/show_bug.cgi?id=22607 +V_VT(&v) = VT_BSTR; +V_BSTR(&v) = SysAllocString(data); -hr = node_put_value(node_obj,&v_data); Allocating a string only because it's needed for VariantChange

Re: ddraw: Add tests for the foreground window set by SetCooperativeLevel

2010-10-25 Thread Stefan Leichter
Am Monday 25 October 2010 20:11:35 schrieb David Adam: > Any problems with patch? > > A+ > > David > > -- Forwarded message -- > From: David Adam > Date: 2010/10/24 > Subject: ddraw: Add tests for the foreground window set by > SetCooperativeLevel > To: wine-patches http://source

ddraw: Add tests for the foreground window set by SetCooperativeLevel

2010-10-25 Thread David Adam
Any problems with patch? A+ David -- Forwarded message -- From: David Adam Date: 2010/10/24 Subject: ddraw: Add tests for the foreground window set by SetCooperativeLevel To: wine-patches From e929b17027bebd7eb466d7e8b71efd270889e713 Mon Sep 17 00:00:00 2001 From: David Adam D

Re: [PATCH 2/2] ntdll: Check for case-insensitive volumes. (try 4)

2010-10-25 Thread Charles Davis
Any concerns? I've gone over this patch, and I don't see anything major. If it will make you feel any better, I just ran the tests under a WoW64 environment on Linux, and they passed. Chip

Re: (resend)[2/10]winegstreamer: add gstreamer splitter filter

2010-10-25 Thread Aric Stewart
Ah yes. Working to clean up someone else's code and missed that. -aric On 10/10/25 9:00, Vitaliy Margolen wrote: On 10/25/2010 07:45 AM, Aric Stewart wrote: --- + ERR(" perform byte seek --\n"); + if (1 || This->initial) { + ERR("Relinked\n"); + FIXME("Seeki

Re: (resend)[2/10]winegstreamer: add gstreamer splitter filter

2010-10-25 Thread Vitaliy Margolen
On 10/25/2010 07:45 AM, Aric Stewart wrote: --- +ERR(" perform byte seek --\n"); +if (1 || This->initial) { +ERR("Relinked\n"); +FIXME("Seeking %i %i\n", format, GST_FORMAT_BYTES); +FIXME("using \"%s\"\n", name); Some deb

Re: explorer: Create a standalone tray window wrapper if the driver doesn't provide native implementation. Take 2.

2010-10-25 Thread Alexandre Julliard
Dmitry Timoshkov writes: > This patch makes sure that "Shell_TrayWnd" window doesn't have a caption > since some apps depend on it being empty. The bug #20129 lists one of such > applications. It does FindWindow("Shell_TrayWnd", "") and expects that it > returns a valid tray window handle. This

Re: [PATCH 3/3] [Server]: fix access rights for console creation (#24792)

2010-10-25 Thread Alexandre Julliard
Eric Pouech writes: > server/console.c | 15 +-- > 1 files changed, 13 insertions(+), 2 deletions(-) It's not correct: ../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p kernel32_test.exe.so console.c && touch console.ok console.c:789: Test failed: Shouldn't succee

Re: [PATCH] wininet: added one missing buffersize check in URLCache_CopyEntry (Coverity)

2010-10-25 Thread Alexandre Julliard
Marcus Meissner writes: > Hi, > > CID 831, indirectly spotted by Coverity, one missing > check for (*lpdwBufferSize >= dwRequiredSize) added. It doesn't work: ../../../tools/runtest -q -P wine -M wininet.dll -T ../../.. -p wininet_test.exe.so urlcache.c && touch urlcache.ok urlcache.c:219: Tes

Re: [PATCH 1/3] [Kernel32]: don't force winedbg startup when no AeDebug key is present (#24524)

2010-10-25 Thread Alexandre Julliard
Eric Pouech writes: > -cmdline = HeapAlloc(GetProcessHeap(), 0, 80); > -snprintf(cmdline, 80, "winedbg --auto %ld %ld", /* as in > tools/wine.inf */ > - (long)GetCurrentProcessId(), (long)HandleToLong(hEvent)); > +/* no AeDebug key present, just kill the p