From b8fb1c97a1d9fc62af0c95c4f32d5612396ce3d0 Mon Sep 17 00:00:00 2001 From: Andrew Nguyen Date: Wed, 19 May 2010 22:26:25 -0500 Subject: [PATCH] oleaut32/tests: Update a comment about PNG support in OLE picture tests. --- dlls/oleaut32/tests/olepicture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/oleaut32/tests/olepicture.c b/dlls/oleaut32/tests/olepicture.c index 8ea1a2aff65..32083683737 100644 --- a/dlls/oleaut32/tests/olepicture.c +++ b/dlls/oleaut32/tests/olepicture.c @@ -889,7 +889,7 @@ START_TEST(olepicture) test_pic(jpgimage, sizeof(jpgimage)); test_pic(bmpimage, sizeof(bmpimage)); test_pic(gif4pixel, sizeof(gif4pixel)); - /* FIXME: No PNG support yet in Wine or in older Windows... */ + /* FIXME: No PNG support in Windows... */ if (0) test_pic(pngimage, sizeof(pngimage)); test_empty_image(); test_empty_image_2(); -- 2.11.4.GIT