ChangeSet ID: 10279854200836046615886552 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/07/29 18:30:20
Modified files: dlls/ole32 : compobj.c ifs.c ifs.h ole32.spec ole32_main.c include/wine : obj_misc.h
Log message: Juergen Schmied juergenschmied@lycos.de - Implemented IMallocSpy hooks in IMalloc. - Moved memory related functions into ifs.c. - Implemented stubs for the MallocSpy.
Patch: http://cvs.winehq.com/patch.py?id=10279854200836046615886552
Revision Changes Path 1.63 +29 -95 wine/dlls/ole32/compobj.c 1.22 +496 -131 wine/dlls/ole32/ifs.c 1.4 +0 -1 wine/dlls/ole32/ifs.h 1.38 +2 -2 wine/dlls/ole32/ole32.spec 1.8 +3 -0 wine/dlls/ole32/ole32_main.c 1.14 +3 -1 wine/include/wine/obj_misc.h