- 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 Geldorpggeldorp@vmware.com wrote:
Changelog: gdiplus/tests: Fix test on Win7
dlls/gdiplus/tests/pen.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)
Eh never mind, I'll do it.
On Wed, Sep 2, 2009 at 9:22 AM, Vincent Povirkmadewokherd+8cd9@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 Geldorpggeldorp@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