Module: wine Branch: master Commit: b8fb1c97a1d9fc62af0c95c4f32d5612396ce3d0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b8fb1c97a1d9fc62af0c95c4f3...
Author: Andrew Nguyen anguyen@codeweavers.com Date: Wed May 19 22:26:25 2010 -0500
oleaut32/tests: Update a comment about PNG support in OLE picture tests.
---
dlls/oleaut32/tests/olepicture.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/oleaut32/tests/olepicture.c b/dlls/oleaut32/tests/olepicture.c index 8ea1a2a..3208368 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();