Re: ntdll: return some sane values for the FileFsVolumeInformation class members in NtQueryVolumeInformationFile.

2010-11-23 Thread Vitaliy Margolen
On 11/23/2010 01:05 PM, Louis Lenders wrote: This patch makes previously tests pass and fixes http://bugs.winehq.org/show_bug.cgi?id=21466. (A search through the registry on windows showed that at least the VolumeLabel and SerialNumber are not stored in the registry, so we just return some sane v

Re: services: Allow one more combined service type

2010-11-23 Thread Paul Vriens
On 11/23/2010 11:17 PM, André Hentschel wrote: Am 23.11.2010 22:31, schrieb Paul Vriens: Hi André, On 11/23/2010 08:45 PM, André Hentschel wrote: I have a service with type 3, this patch allows him to run. It runs perfectly and does not produce FIXMEs or ERRORs, so it's fine. --- Do you have

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

2010-11-23 Thread Matijn Woudt
On Sun, Nov 21, 2010 at 8:23 PM, Roderick Colenbrander wrote: > On Sat, Nov 20, 2010 at 3:17 AM, Stefan Dösinger > wrote: >> 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 shou

Re: services: Allow one more combined service type

2010-11-23 Thread André Hentschel
Am 23.11.2010 22:31, schrieb Paul Vriens: > Hi André, > > On 11/23/2010 08:45 PM, André Hentschel wrote: >> I have a service with type 3, this patch allows him to run. >> It runs perfectly and does not produce FIXMEs or ERRORs, so it's fine. >> --- > > Do you have some more information? > > It's

Re: services: Allow one more combined service type

2010-11-23 Thread Paul Vriens
Hi André, On 11/23/2010 08:45 PM, André Hentschel wrote: I have a service with type 3, this patch allows him to run. It runs perfectly and does not produce FIXMEs or ERRORs, so it's fine. --- Do you have some more information? It's not possible (at least on XP) to create a service that has '

Re: wined3d: don't set cube and volume POW2 caps if np2 textures are supported

2010-11-23 Thread Stefan Dösinger
Am Dienstag 23 November 2010, 17:22:50 schrieb Henri Verbeet: > On 23 November 2010 17:10, Stefan Dösinger wrote: > > Am Dienstag 23 November 2010, 16:52:09 schrieb Henri Verbeet: > >> Looks like a flaw in the d3dx9_36 test, it isn't taking the POW2 cap > >> into account. I would have expected tha

Re: crypt32/tests: Add tests for decoding enveloped messages.

2010-11-23 Thread Alexander Morozov
Thank you, I looked at test results and sent some patches. > Could you have a look? If you need me to test something on my boxes > (pv-winme and pv-nt4srvr) let me know (not all testbot machines fail here).

Trying to figure out the website redirects

2010-11-23 Thread Scott Ritchie
Why does http://www.winehq.org/todo redirect to http://wiki.winehq.org/KnownIssues ? The only list of redirects I see in the source is in include/htaccess.sample, however it lists /todo as redirecting to http://wiki.winehq.org/TodoList (which itself isn't a redirect) Are there redirects on the s

COM implementation clean up

2010-11-23 Thread Jacek Caban
Hi all, As many of you probably know, we currently have no standard way for implementing COM objects in Wine. We use different techniques all over the place. Some of them are better, other are worse or even ugly. Together with Alexandre, we've chosen the technique that we believe is the best

Re: wined3d: don't set cube and volume POW2 caps if np2 textures are supported

2010-11-23 Thread Henri Verbeet
On 23 November 2010 17:10, Stefan Dösinger wrote: > Am Dienstag 23 November 2010, 16:52:09 schrieb Henri Verbeet: >> Looks like a flaw in the d3dx9_36 test, it isn't taking the POW2 cap >> into account. I would have expected that to fail the other way around >> though, cards that can't do npot tex

Re: wined3d: don't set cube and volume POW2 caps if np2 textures are supported

2010-11-23 Thread Matteo Bruni
2010/11/23 Stefan Dösinger : > Am Dienstag 23 November 2010, 16:52:09 schrieb Henri Verbeet: >> Looks like a flaw in the d3dx9_36 test, it isn't taking the POW2 cap >> into account. I would have expected that to fail the other way around >> though, cards that can't do npot textures should be pretty

Re: wined3d: don't set cube and volume POW2 caps if np2 textures are supported

2010-11-23 Thread Stefan Dösinger
Am Dienstag 23 November 2010, 16:52:09 schrieb Henri Verbeet: > Looks like a flaw in the d3dx9_36 test, it isn't taking the POW2 cap > into account. I would have expected that to fail the other way around > though, cards that can't do npot textures should be pretty rare. If the test was broken I'd

Re: wined3d: don't set cube and volume POW2 caps if np2 textures are supported

2010-11-23 Thread Henri Verbeet
On 23 November 2010 16:23, Alexandre Julliard wrote: > It doesn't work here: > > ../../../tools/runtest -q -P wine -M d3dx9_36.dll -T ../../.. -p > d3dx9_36_test.exe.so texture.c && touch texture.ok > texture.c:236: Test failed: Returned mipmaps 9, expected 10 > texture.c:242: Test failed: Return

Re: wined3d: don't set cube and volume POW2 caps if np2 textures are supported

2010-11-23 Thread Alexandre Julliard
Stefan Dösinger writes: > From aa344834084ef89c654011804e6e2faccafe1e5e Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Stefan=20D=C3=B6singer?= > Date: Sun, 21 Nov 2010 18:08:41 +0100 > Subject: [PATCH] wined3d: don't set cube and volume POW2 caps if np2 textures > are supported It doesn't work he

Re: [include] add new macro WINELIB_NAME_W for support in the unicode functions of msvcr* dlls

2010-11-23 Thread Alexandre Julliard
Vijay Kiran Kamuju writes: > Changelog > --- > [include] add new macro WINELIB_NAME_W for support in the unicode functions > of msvcr* dlls > It helps functions like _RTC_error_fn and _CRT_RTC_INIT That's not really useful. -- Alexandre Julliard julli...@winehq.org

Re: [PATCH 1/2] msvcr90 - rename the stat64i32 functions

2010-11-23 Thread Alexandre Julliard
Vijay Kiran Kamuju writes: > [PATCH 1/2] msvcr90 - rename the stat64i32 functions Why do you need this? -- Alexandre Julliard julli...@winehq.org

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

2010-11-23 Thread Alexandre Julliard
Borut Razem writes: > +/* TODO: this shold be same as MSVCRT_MAX_FILES defined in file.c. > + The define should be moved to a common header file. Is msvcrt.h the right > one? */ > +#define MSVCRT_MAX_FILES 2048 There's no reason to use this here. -- Alexandre Julliard julli...@winehq.o

Re: wine git doesn't build on 10.6.5

2010-11-23 Thread Reece Dunn
On 23 November 2010 07:50, C.W.Betts wrote: > When I try to build wine git on Mac OS X 10.6.5, I get the following error > (on clang. I get similar errors using GCC): > clang -m32 -c -I../../../wine-git/./dlls/atl -I. > -I../../../wine-git/./include -I../../include  -D__WINESRC__  -D_REENTRANT