19 Jul
2010
19 Jul
'10
5:05 p.m.
Module: wine Branch: master Commit: 14f8f9d5b56ee569ea50e72dc7911b785089539c URL: http://source.winehq.org/git/wine.git/?a=commit;h=14f8f9d5b56ee569ea50e72dc7... Author: Vincent Povirk <vincent(a)codeweavers.com> Date: Sat Jul 17 11:56:17 2010 -0500 ole32: Remove the BigBlockFile abstraction and always use an ILockBytes. --- dlls/ole32/Makefile.in | 2 +- dlls/ole32/{stg_bigblockfile.c => filelockbytes.c} | 298 ++++++++------------ dlls/ole32/storage32.c | 33 ++- dlls/ole32/storage32.h | 32 +-- 4 files changed, 144 insertions(+), 221 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=14f8f9d5b56ee569ea50e7...