shell32: Fix compiler warnings with flag -Wcast-qual.
[wine] / dlls / windowscodecs / tiffformat.c
2010-03-22  Vincent Povirkwindowscodecs: Add support for decoding RGB TIFF images.
2010-03-22  Vincent Povirkwindowscodecs: Implement CopyPixels for the TIFF decoder.
2010-03-22  Vincent Povirkwindowscodecs: Implement GetSize for the TIFF decoder.
2010-03-22  Vincent Povirkwindowscodecs: Implement GetPixelFormat for TIFF decoder.
2010-03-22  Vincent Povirkwindowscodecs: Implement GetFrame for the TIFF decoder.
2010-03-22  Vincent Povirkwindowscodecs: Implement GetFrameCount for the TIFF...
2010-03-22  Vincent Povirkwindowscodecs: Implement Initialize for the TIFF decoder.
2010-03-22  Vincent Povirkwindowscodecs: Add a stub TIFF decoder.