Any comments on my copyfileexW patches ?
Am 2013-01-08 20:41, schrieb Nikolay Sivov:
On 1/8/2013 22:19, Patrick Rudolph wrote:
+BOOL progressRoutine_enabled = progressRoutine != 0;
Why do you need this? You could always check for callback pointer
directly.
This is necessary because the called progressRoutine can return
G_SZ. This applies to 64bit wine only, as 32bit still reports x86.From b2d44473592cfe2840912b30fb345a513bd58f7d Mon Sep 17 00:00:00 2001
From: Patrick Rudolph
Date: Mon, 22 Oct 2012 20:46:58 +0200
Subject: wineboot: detect correct processor name and vendorID, using cpuid
---
programs/wineboot/wineboo
Am 2012-10-20 16:52, schrieb Hans Leidekker:
On Sat, 2012-10-20 at 16:04 +0200, Patrick Rudolph wrote:
Am 2012-10-20 14:54, schrieb Eric Pouech:
> Le 20/10/2012 12:42, Patrick Rudolph a écrit :
>> This patch need lots of testing, since I can only test it on
linux
>> usi
Am 2012-10-20 14:54, schrieb Eric Pouech:
Le 20/10/2012 12:42, Patrick Rudolph a écrit :
This patch need lots of testing, since I can only test it on linux
using an Intel CPU.
Please tests on other OS and systems, too. please use the ntdll or
kernel32 relevant API so that you don't ha
Am 01.08.2012 15:42, schrieb Henri Verbeet:
On 30 July 2012 22:05, wrote:
As far as I understood CRTC 0 is disabled, because it is only
capable of
generating analog video signals. I'm using a HDMI monitor, which is
controlled by CRTC 1. To use multihead (not clone), you have to
connect a
ana
Hi,
I'm trying to get ddraw/d3d7 running in my virtual WindowsXP machine
using wined3d.
I managed to cross-compile all neccessary files and implemented a
function that loads the ICD instead of opengl32.dll.
The name of the ICD is stored in the registry, so my functions just
searches the regis