Module: wine Branch: master Commit: 7bf6ad916bb7876162f9cde1e247cdf563f5ea2a URL: http://source.winehq.org/git/wine.git/?a=commit;h=7bf6ad916bb7876162f9cde1e2...
Author: Vincent Povirk vincent@codeweavers.com Date: Mon Jun 7 14:36:35 2010 -0500
windowscodecs: Add stub TGA decoder.
---
dlls/windowscodecs/Makefile.in | 1 + dlls/windowscodecs/clsfactory.c | 1 + dlls/windowscodecs/regsvr.c | 48 +++++- dlls/windowscodecs/tgaformat.c | 317 ++++++++++++++++++++++++++++++++ dlls/windowscodecs/wincodecs_private.h | 5 + 5 files changed, 371 insertions(+), 1 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7bf6ad916bb7876162f9cd...