kernel32/path: tests and patches

2013-01-16 Thread Patrick Rudolph
Any comments on my copyfileexW patches ?

Re: [PATCH 2/4] kernel32/path : implement copyfileexW progressroutine callback

2013-01-08 Thread Patrick Rudolph
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

[PATCH] try2 wineboot: detect correct processor name and vendorID, use Intel Pentium 4 as fallback

2012-10-22 Thread Patrick Rudolph
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

Re: [PATCH] wineboot: detect correct processor name and vendorID, use Intel Pentium 4 as fallback

2012-10-20 Thread Patrick Rudolph
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

Re: [PATCH] wineboot: detect correct processor name and vendorID, use Intel Pentium 4 as fallback

2012-10-20 Thread Patrick Rudolph
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

Re: winex11.drv: xrandr1.2 don't assume CRTC 0 is active

2012-08-01 Thread Patrick Rudolph
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

wined3d crosscompiling, implementing loadICD

2011-12-14 Thread Patrick Rudolph
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