25 Aug
2009
25 Aug
'09
2:44 p.m.
Module: wine Branch: master Commit: bec465e467b9d502abb3ed0ca83196b0a7f8b861 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bec465e467b9d502abb3ed0ca8... Author: Vincent Povirk <vincent(a)codeweavers.com> Date: Mon Aug 24 10:19:37 2009 -0500 windowscodecs: Add stub JPEG decoder. --- dlls/windowscodecs/Makefile.in | 1 + dlls/windowscodecs/clsfactory.c | 1 + dlls/windowscodecs/jpegformat.c | 266 ++++++++++++++++++++++++++++++++ dlls/windowscodecs/regsvr.c | 29 ++++ dlls/windowscodecs/wincodecs_private.h | 1 + 5 files changed, 298 insertions(+), 0 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=bec465e467b9d502abb3ed...