wine/ ./configure ./configure.in dlls/oleaut32 ...

Alexandre Julliard julliard at winehq.com
Mon Aug 6 13:52:15 CDT 2001


ChangeSet ID:	997123935471754140686244
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/08/06 14:52:15

Modified files:
	.              : configure configure.in 
	dlls/oleaut32  : Makefile.in olepicture.c 
	include        : config.h.in olectl.h 
	include/wine   : obj_picture.h 

Log message:
	Marcus Meissner <marcus at jet.franken.de>
	Implemented OleLoadPicture.
	Added support for loading JPEG, Bitmap and Icons from persistant
	streams.
	Implemented JPEG support using libjpeg, added necessary configure.in
	options.
	Added IConnectionPoint style notifications to the IPicture iface.
	Implemented several of the stubs already there, added some more.

Patch: http://cvs.winehq.com/patch.py?id=997123935471754140686244

Revision  Changes    Path
 1.219    +327 -237  wine/configure
 1.219    +10 -0     wine/configure.in
 1.24     +1 -1      wine/dlls/oleaut32/Makefile.in
 1.8      +576 -73   wine/dlls/oleaut32/olepicture.c
 1.85     +6 -0      wine/include/config.h.in
 1.13     +8 -0      wine/include/olectl.h
 1.8      +4 -1      wine/include/wine/obj_picture.h





More information about the wine-cvs mailing list