18 Aug
2009
18 Aug
'09
3:02 p.m.
Module: wine Branch: master Commit: e6eb982ca66017781b56e695b08bfbd27f6971d9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e6eb982ca66017781b56e695b0... Author: Vincent Povirk <vincent(a)codeweavers.com> Date: Mon Aug 17 10:18:31 2009 -0500 windowscodecs: Implement Initialize for the GIF decoder. --- dlls/windowscodecs/Makefile.in | 3 +- dlls/windowscodecs/gifformat.c | 54 ++- dlls/windowscodecs/ungif.c | 999 ++++++++++++++++++++++++++++++++++++++++ dlls/windowscodecs/ungif.h | 169 +++++++ 4 files changed, 1222 insertions(+), 3 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e6eb982ca66017781b56e6...