Re: [PATCH 1/2] user32/tests/win.c: Fix Win9x detection

2010-01-24 Thread Dmitry Timoshkov
Michael Karcher wrote: > The current code misdetects both Windows XP and Wine as Win9x and skips > some tests due to this. The SetParent tests were not passing on XP, so > this patch also removes the tests that fail on XP SP3. These should be 2 separate patches. And according to http://test.win

strsafe.h?

2010-01-24 Thread Dan Kegel
http://msdn.microsoft.com/en-us/library/bb288454.aspx encourages people to use the functions in strsafe.h. (They're inline by default, and optionally available as a static library.) Neither Wine nor mingw currently ship this header. There are a few copies floating around, though: http://baseutils.

Re: [PATCH 1/2] ws2_32: use ntstatus in overlapped functions (try 3)

2010-01-24 Thread Mike Kaplinskiy
On Fri, Jan 22, 2010 at 6:46 PM, Mike Kaplinskiy wrote: > Also some style fixes. Sorry for the fuss over this :) > --- >  dlls/ws2_32/socket.c |   45 ++--- >  1 files changed, 34 insertions(+), 11 deletions(-) > Don't even look at this patch, didn't mean to

Re: winex11.drv: Added missing mouse position clipping. (try 2)

2010-01-24 Thread Vitaliy Margolen
On 01/22/2010 03:42 PM, Lauri Kenttä wrote: >> The SetCursorPos() calls hooks on Wine because Wine has big issue - it >> doesn't filter pointer move messages that were caused by Wine itself. > > The first patch (http://source.winehq.org/patches/data/57569) tries to > address exactly this. I think

Re: [PATCH 2/8] d3d10: Parse shaders in parse_fx10_local_variable().

2010-01-24 Thread Rico Schüller
Am 24.01.2010 11:22, schrieb Rico Schüller: --- dlls/d3d10/effect.c | 37 + 1 files changed, 33 insertions(+), 4 deletions(-) This patch has a bug in it, it doesn't check the return value. Please don't apply it, I'll send an improved version.