Vincent Povirk : windowscodecs: Add a stub TIFF decoder.

Alexandre Julliard julliard at winehq.org
Mon Mar 22 11:12:02 CDT 2010


Module: wine
Branch: master
Commit: 73cd5693902febfa328571d935752b48d2fd479f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=73cd5693902febfa328571d935752b48d2fd479f

Author: Vincent Povirk <vincent at 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=73cd5693902febfa328571d935752b48d2fd479f



More information about the wine-cvs mailing list