Module: wine Branch: master Commit: 6b2d1ce1300a1392f602fbf2d3c7f50a86c9efcd URL: http://source.winehq.org/git/wine.git/?a=commit;h=6b2d1ce1300a1392f602fbf2d3...
Author: Vincent Povirk vincent@codeweavers.com Date: Wed Jan 11 16:03:24 2012 -0600
windowscodecs: Add a stub IWICMetadataReader/Writer implementation.
---
dlls/windowscodecs/Makefile.in | 1 + dlls/windowscodecs/clsfactory.c | 2 + dlls/windowscodecs/metadatahandler.c | 317 +++++++++++++++++++++++++ dlls/windowscodecs/tests/metadata.c | 6 +- dlls/windowscodecs/wincodecs_private.h | 23 ++ dlls/windowscodecs/windowscodecs_wincodec.idl | 7 + 6 files changed, 353 insertions(+), 3 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6b2d1ce1300a1392f602fb...