ChangeSet ID: 997123935471754140686244 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@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@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