Re: kernel32: Add the tests for various combinations of CreateFileMapping/MapViewOfFile protections.

2011-12-14 Thread Marvin
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=15981 Your paranoid android

Re: wined3d crosscompiling, implementing loadICD

2011-12-14 Thread Roderick Colenbrander
On Wed, Dec 14, 2011 at 2:38 PM, Patrick Rudolph wrote: > 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 i

Re: wineconsole: Remove the character-width check as we need newer FreeType library.

2011-12-14 Thread Eric Pouech
this doesn't solve the printing issue as the always infer that any char has the same size how is this printed on real windows with your character set ? A+ 2011/12/14 Akihiro Sagawa > > This closes bug #10063. This check is needed for FreeType < 2.0.8, but > commit 570e68b82200bdd9981b2cd8fe9e68d

Re: crypt32: Avoid reading unitialized variables (Coverity)

2011-12-14 Thread Juan Lang
> Should the TRACE (e.g. on crypt32:2435) be adapted so it conditionally > prints the value instead? Or be removed altogether? I'd prefer a conditional print if it's not too ugly. There haven't been too many decoding bugs in a while, but the trace can sometimes help identify them. Thanks, --Juan

Re: crypt32: Avoid reading unitialized variables (Coverity)

2011-12-14 Thread Frédéric Delanoy
On Wed, Dec 14, 2011 at 14:58, Henri Verbeet wrote: > On 14 December 2011 14:54, Henri Verbeet wrote: >> On 14 December 2011 14:44, Michael Curran wrote: >>> Just a quick check, since Debian had a big kerfuffle when someone went >>> and initialized variables in a crypto module, but is there any

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

Re: [12/12]usp10: add Private Use Area and Surrogates Area from Unicode Chapter 16

2011-12-14 Thread Marvin
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=15958 Your paranoid android

Re: [11/12]usp10: add Braille script

2011-12-14 Thread Marvin
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=15957 Your paranoid android

Re: crypt32: Avoid reading unitialized variables (Coverity)

2011-12-14 Thread Henri Verbeet
On 14 December 2011 14:54, Henri Verbeet wrote: > On 14 December 2011 14:44, Michael Curran wrote: >> Just a quick check, since Debian had a big kerfuffle when someone went >> and initialized variables in a crypto module, but is there any chance >> that those variables were left uninitialized on

Re: [7/12]usp10: add Cherokee script

2011-12-14 Thread Marvin
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=15953 Your paranoid android

Re: crypt32: Avoid reading unitialized variables (Coverity)

2011-12-14 Thread Henri Verbeet
On 14 December 2011 14:44, Michael Curran wrote: > Just a quick check, since Debian had a big kerfuffle when someone went > and initialized variables in a crypto module, but is there any chance > that those variables were left uninitialized on purpose? > Except for some TRACEs, I don't think these

Re: crypt32: Avoid reading unitialized variables (Coverity)

2011-12-14 Thread Michael Curran
2011/12/13 Frédéric Delanoy : > CID 4647-4648 > --- >  dlls/crypt32/cert.c   |    2 +- >  dlls/crypt32/encode.c |    2 +- >  2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/dlls/crypt32/cert.c b/dlls/crypt32/cert.c > index 63107e1..ee96abd 100644 > --- a/dlls/crypt32/cert.c > +++

Re: [3/3] include: Update the nldef.h and *mib.h headers.

2011-12-14 Thread Alexandre Julliard
Francois Gouget writes: > Make use of the new types and update Wine's code as appropriate. > --- > > I think the new types can potentially bring more type safety and more > readable code. There are lots of #ifdefs in that code, please make sure you try to build on all supported platforms. --

Re: [2/3] msxml3: Added IXMLDOMParseError2 support

2011-12-14 Thread Marvin
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=15935 Your paranoid android