oleaut32/tests: Update a comment about PNG support in OLE picture tests.

oldstable
Andrew Nguyen 2010-05-19 22:26:25 -05:00 committed by Alexandre Julliard
parent 96dbdcb8c9
commit b8fb1c97a1
1 changed files with 1 additions and 1 deletions

View File

@ -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();