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
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
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
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
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
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
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
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
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
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
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
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
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
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
14 matches
Mail list logo