Re: [PATCH] dlls/ntdll/file.c: Setting FileAllInformation is not 'fixable'.

2010-07-24 Thread Max TenEyck Woodbury
On 07/25/2010 12:50 AM, Dmitry Timoshkov wrote: Max TenEyck Woodbury wrote: + /* Invalid requests - do not need 'fixing'. */ + case FileAllInformation: + io->u.Status = STATUS_NOT_IMPLEMENTED; + break; + default: FIXME("Unsupported class (%d)\n", class); io->u.Status = STATUS_NOT_IMPLEMENTED;

Re: [PATCH] dlls/ntdll/file.c: Setting FileAllInformation is not 'fixable'.

2010-07-24 Thread Dmitry Timoshkov
Max TenEyck Woodbury wrote: > >> + /* Invalid requests - do not need 'fixing'. */ > >> + case FileAllInformation: > >> + io->u.Status = STATUS_NOT_IMPLEMENTED; > >> + break; > >> + > >> default: > >> FIXME("Unsupported class (%d)\n", class); > >> io->u.Status = STATUS_NOT_IMPLEMENTED; > > Add a t

Re: Any more infos about the build failure for my (small) patch

2010-07-24 Thread James McKenzie
Marcus Meissner wrote: On Fri, Jul 23, 2010 at 06:37:11PM -0700, James McKenzie wrote: James Mckenzie wrote: Octavian Voicu wrote: On Fri, Jul 23, 2010 at 12:32 PM, Uwe Bonnes wrote: Paul> SSL_CTX *SSL_CTX_new(SSL_METHOD *meth); 61557 88 -rw-r--r-- 1 root

Sorry for all the repeat emails :(

2010-07-24 Thread Misha Koshelev
They did not seem to go through this morning. My apologies for the (apparently unnecessary) resends. Misha

Re: [2/2] shell32/tests: CommandLineToArgvW("") shouldn't truncate returned exe path. (resend)

2010-07-24 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=3816 Your paranoid android.

d3dx9: general direction/goal - speed, code "prettiness", etc?

2010-07-24 Thread Misha Koshelev
Dear All: Given my recent work on this bug: http://bugs.winehq.org/show_bug.cgi?id=22918 and on D3DXCreateSphere, with the latest iteration being: http://www.winehq.org/pipermail/wine-patches/2010-July/091176.html I have been giving quite a bit of thought to d3dx9 and to mesh creation functions

d3dx9: general direction/goal - speed, code "prettiness", etc?

2010-07-24 Thread Misha Koshelev
My sincerest apologies. I sent this two hours ago but wine-devel silently rejected apparently because it had an attachment. I tried to forward from GMail for Android but, as you can see per my prior email, it did not quite work. I have uploaded the file that was previously attached (freeglut_geom

Fwd: d3dx9: general direction/goal - speed, code "prettiness", etc?

2010-07-24 Thread Misha Koshelev
My apologies this does not seem to be going through with attachment and I cannot upload from my phone. Will send link shortly. Thank you. Misha -- Forwarded message -- From: "Misha Koshelev" Date: Jul 24, 2010 11:35 AM Subject: d3dx9: general direction/goal - speed, code "prettin

Re: [PATCH 2/7] msvcp90/tests: Added allocator tests

2010-07-24 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=3813 Your paranoid android.

Re: [PATCH] dlls/ntdll/file.c: Setting FileAllInformation is not 'fixable'.

2010-07-24 Thread Max TenEyck Woodbury
On 07/24/2010 10:58 AM, Nikolay Sivov wrote: On 7/24/2010 18:51, Max TenEyck Woodbury wrote: --- dlls/ntdll/file.c | 5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/dlls/ntdll/file.c b/dlls/ntdll/file.c index 0a6ee55..86c200f 100644 --- a/dlls/ntdll/file.c +++ b/dlls/ntdll

Re: [PATCH] dlls/ntdll/file.c: Setting FileAllInformation is not 'fixable'.

2010-07-24 Thread Nikolay Sivov
On 7/24/2010 18:51, Max TenEyck Woodbury wrote: --- dlls/ntdll/file.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/dlls/ntdll/file.c b/dlls/ntdll/file.c index 0a6ee55..86c200f 100644 --- a/dlls/ntdll/file.c +++ b/dlls/ntdll/file.c @@ -2148,6 +2148,11 @@ NTSTATU

RFC: draft HLSL test suite

2010-07-24 Thread Travis Athougies
Henri, Thanks for the quick reply. So I got rid of the maze of structures and instead called the helper functions directly for each test. The tests are now much easier to understand. Is there anything else that should be incorporated into these tests? Any other ideas or suggestions? Travis Athou

Re: Any more infos about the build failure for my (small) patch

2010-07-24 Thread Marcus Meissner
On Fri, Jul 23, 2010 at 06:37:11PM -0700, James McKenzie wrote: > James Mckenzie wrote: >> Octavian Voicu wrote: >> >>> On Fri, Jul 23, 2010 at 12:32 PM, Uwe Bonnes >>> wrote: >>> Paul> SSL_CTX *SSL_CTX_new(SSL_METHOD *meth); 61557 88 -rw-r--r-- 1 root Paul> root 87238 Jun

RFC: winex11.drv: drag from X, drop to OLE (try 3)

2010-07-24 Thread Damjan Jovanovic
Hi This is my third attempt at a patch for dragging from X and dropping to Wine, with the more advanced OLE drag and drop. This attempt doesn't add a public API to OLE and instead uses the cross-process drag and drop framework implemented by commit 6d1ef3a6a64f0fabf05ce1bba5f0ec4373684786. The pr