gdiplus/tests: Fix test on Win7

Vincent Povirk madewokherd+8cd9 at gmail.com
Wed Sep 2 09:32:23 CDT 2009


Eh never mind, I'll do it.

On Wed, Sep 2, 2009 at 9:22 AM, Vincent
Povirk<madewokherd+8cd9 at gmail.com> wrote:
> -    gdiplusStartupInput.GdiplusVersion = 2;
> +    gdiplusStartupInput.GdiplusVersion = 42;
>
> Could you please test the intermediate versions to determine what's
> supported? You could use a loop to determine the highest supported
> version (making sure the return is UnsupportedGdiplusVersion if it's
> not Ok) followed by a test that the highest supported version is
> between 1 and some constant.
>
> In fact, knowing the supported version would be helpful in any case,
> and it would be nice to have a trace() printing it.
>
> On Wed, Sep 2, 2009 at 5:16 AM, Ge van Geldorp<ggeldorp at vmware.com> wrote:
>> Changelog:
>>  gdiplus/tests: Fix test on Win7
>>
>> ---
>>  dlls/gdiplus/tests/pen.c |    5 +++--
>>  1 files changed, 3 insertions(+), 2 deletions(-)
>>
>>
>>
>>
>>
>>
>>
>
>
>
> --
> Vincent Povirk
>



-- 
Vincent Povirk



More information about the wine-devel mailing list