5 Aug
2009
5 Aug
'09
3:48 p.m.
Module: wine Branch: master Commit: f24834f486c6e38a5e21e823cfc39a53f2d2d7a1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f24834f486c6e38a5e21e823cf... Author: Vincent Povirk <vincent(a)codeweavers.com> Date: Tue Jul 14 17:50:28 2009 -0500 windowscodecs: Add stub implementation of IWICBitmapDecoderInfo. --- dlls/windowscodecs/Makefile.in | 1 + dlls/windowscodecs/imgfactory.c | 4 +- dlls/windowscodecs/info.c | 369 ++++++++++++++++++++++++++++++++ dlls/windowscodecs/wincodecs_private.h | 2 + 4 files changed, 374 insertions(+), 2 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f24834f486c6e38a5e21e8...