2 Sep
2009
2 Sep
'09
2:22 p.m.
- 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(a)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