Re: [PATCH 2/2] gdi32/tests: Fixed broken tests on non English system Part 2.

2012-10-07 Thread Dmitry Timoshkov
Qian Hong wrote: > Any feedback for this patch? Thanks a lot for any comments! I'd try to avoid extra EnumFontFamiliesEx call, and probably do the checks you need in the previous one. -- Dmitry.

Re: [PATCH 2/2] gdi32/tests: Fixed broken tests on non English system Part 2.

2012-10-07 Thread Qian Hong
Hello Dmitry, Any feedback for this patch? Thanks a lot for any comments! On Thu, Oct 4, 2012 at 3:02 PM, Qian Hong wrote: > Dmitry, could you review this patch? Thanks a lot ;-) > > This series of patch fix some broken tests on Japanese Windows and Chinese > Windows: -- Regards, Qian Hong

Re: ole32: Fix dwClsContext parameter of a CoCreateInstance call in DefaultHandler_Run.

2012-10-07 Thread Nikolay Sivov
On 10/6/2012 19:29, Roman Dadkov wrote: This patch change dwClsContext parameter of a CoCreateInstance call in function DefaultHandler_Run. Because even if there is some clsid in the registry, the function will not be able to run the newly created object. - hr = CoCreateInstance(&This->clsid

Re: iphlpapi/tests: Skip tests if functions are not supported

2012-10-07 Thread Dmitry Timoshkov
André Hentschel wrote: > For Mac, BSD, Solaris If it's Wine specific, then probably there shouild be a todo_wine somewhere to make it clear that under Windows there is no skips. -- Dmitry.

Updated Wine Wiki Repo

2012-10-07 Thread Kyle Auble
Just wanted to let everyone know I've created a git repo for the Wine Wiki from the CVS one at SourceForge. You can find it at: https://bitbucket.org/kauble/wine-wiki-migration Since it's a fresh repo, I thought editing the history should be ok (just moved the right info into Author & Committer fi

Re: user32: Fix the edit class extra byte count on non-x86 platforms (try 2)

2012-10-07 Thread André Hentschel
Am 04.10.2012 10:40, schrieb Alexandre Julliard: > André Hentschel writes: > >> @@ -5173,10 +5173,10 @@ const struct builtin_class_descr EDIT_builtin_class = >> editW,/* name */ >> CS_DBLCLKS | CS_PARENTDC, /* style */ >> WINPROC_EDIT, /* proc */ >> -#ifde