Mike McCormack : oleaut32: Include minimal ungif source to remove dependency on libungif.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Sep 8 10:25:04 CDT 2006


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

Author: Mike McCormack <mike at codeweavers.com>
Date:   Fri Sep  8 12:27:15 2006 +0900

oleaut32: Include minimal ungif source to remove dependency on libungif.

---

 configure                  |  262 ------------
 configure.ac               |   19 -
 dlls/oleaut32/Makefile.in  |    1 
 dlls/oleaut32/olepicture.c |   61 ---
 dlls/oleaut32/ungif.c      |  978 ++++++++++++++++++++++++++++++++++++++++++++
 dlls/oleaut32/ungif.h      |  169 ++++++++
 include/config.h.in        |   12 -
 7 files changed, 1153 insertions(+), 349 deletions(-)
 create mode 100644 dlls/oleaut32/ungif.c
 create mode 100644 dlls/oleaut32/ungif.h

Diff:   http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=7aa893481e79dffab280393497417ae7175ff6c9



More information about the wine-cvs mailing list