Vincent Povirk : windowscodecs: Add a stub TIFF decoder.
Module: wine Branch: master Commit: 73cd5693902febfa328571d935752b48d2fd479f URL: http://source.winehq.org/git/wine.git/?a=commit;h=73cd5693902febfa328571d935... Author: Vincent Povirk <vincent(a)codeweavers.com> Date: Mon Mar 8 17:07:29 2010 -0600 windowscodecs: Add a stub TIFF decoder. --- configure | 71 +++++++++ configure.ac | 11 ++ dlls/windowscodecs/Makefile.in | 1 + dlls/windowscodecs/clsfactory.c | 1 + dlls/windowscodecs/regsvr.c | 37 +++++ dlls/windowscodecs/tiffformat.c | 270 ++++++++++++++++++++++++++++++++ dlls/windowscodecs/wincodecs_private.h | 1 + include/config.h.in | 6 + 8 files changed, 398 insertions(+), 0 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=73cd5693902febfa328571...
participants (1)
-
Alexandre Julliard