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
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.
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
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
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.