Module: wine
Branch: master
Commit: d799f7e18962669c445aebdf06dac3befa888e1f
URL: http://source.winehq.org/git/wine.git/?a=commit;h=d799f7e18962669c445aebdf0…
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=d799f7e18962669c445ae…