ChangeSet ID: 16759 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/21 05:26:04
Modified files: dlls/ole32 : storage32.c stg_bigblockfile.c oleobj.c ftmarshal.c errorinfo.c compobj.c clipboard.c
Log message: Mike McCormack mike@codeweavers.com Eliminate casts of the return value of HeapAlloc.
Patch: http://cvs.winehq.org/patch.py?id=16759
Old revision New revision Changes Path 1.78 1.79 +6 -6 wine/dlls/ole32/storage32.c 1.16 1.17 +1 -1 wine/dlls/ole32/stg_bigblockfile.c 1.22 1.23 +2 -6 wine/dlls/ole32/oleobj.c 1.13 1.14 +1 -1 wine/dlls/ole32/ftmarshal.c 1.26 1.27 +1 -2 wine/dlls/ole32/errorinfo.c 1.146 1.147 +2 -2 wine/dlls/ole32/compobj.c 1.41 1.42 +2 -4 wine/dlls/ole32/clipboard.c