Module: wine Branch: master Commit: b01c652d4b3ce0e3bea34223eb19f3f8fa36d5d4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b01c652d4b3ce0e3bea34223eb...
Author: Vincent Povirk vincent@codeweavers.com Date: Mon Jun 1 13:32:41 2009 -0500
windowscodecs: Add stub implementation of IWICImagingFactory.
---
dlls/windowscodecs/Makefile.in | 7 +- dlls/windowscodecs/clsfactory.c | 170 ++++++++++++++++ dlls/windowscodecs/imgfactory.c | 339 ++++++++++++++++++++++++++++++++ dlls/windowscodecs/regsvr.c | 333 +++++++++++++++++++++++++++++++ dlls/windowscodecs/wincodecs_private.h | 24 +++ dlls/windowscodecs/windowscodecs.spec | 4 +- tools/wine.inf.in | 1 + 7 files changed, 875 insertions(+), 3 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b01c652d4b3ce0e3bea342...