ChangeSet ID: 10365 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/12/08 16:46:08
Modified files: dlls/ole32 : ole32_main.c ole2stubs.c ole2.c ifs.c
Log message: Robert Shearman R.J.Shearman@warwick.ac.uk - Fix IMemAlloc_Free when IMemAlloc_Alloc hasn't yet been called and debugging is on. - Fix OleMetafilePictFromIconAndLabel (fixes attachments in Outlook2k). - Implement OleTranslateAccelerator. - Move OleCreate and a load of PropVariant functions out of stubs file. - Change OleCreate to a semi-stub.
Patch: http://cvs.winehq.com/patch.py?id=10365
Old revision New revision Changes Path 1.17 1.18 +42 -20 wine/dlls/ole32/ole32_main.c 1.33 1.34 +0 -317 wine/dlls/ole32/ole2stubs.c 1.47 1.48 +290 -0 wine/dlls/ole32/ole2.c 1.33 1.34 +8 -1 wine/dlls/ole32/ifs.c