Vincent Povirk : ole32: Add a stub transacted storage type.
Module: wine Branch: master Commit: d799f7e18962669c445aebdf06dac3befa888e1f URL: http://source.winehq.org/git/wine.git/?a=commit;h=d799f7e18962669c445aebdf06... Author: Vincent Povirk <vincent(a)codeweavers.com> Date: Wed Dec 2 10:59:47 2009 -0600 ole32: Add a stub transacted storage type. TransactedSnapshotImpl acts as a proxy between the user and the storage interfaces that modify the file directly (or another transacted storage). Currently, it does not change the operations. --- dlls/ole32/storage32.c | 276 ++++++++++++++++++++++++++++++++++++++++++++++-- dlls/ole32/storage32.h | 5 + 2 files changed, 271 insertions(+), 10 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d799f7e18962669c445aeb...
participants (1)
-
Alexandre Julliard