http://bugs.winehq.org/show_bug.cgi?id=7873
--- Comment #14 from denis bonnenfant denis.bonnenfant@diderot.org 2010-01-03 15:57:35 --- just another point :
I have this one too :
fixme:storage:Storage_ConstructTransacted Unimplemented flags 210040
looking at the code, 0x00210040 flags are
STGM_SHARE_DENY_NONE 0x00000040 STGM_TRANSACTED 0x00010000 STGM_NOSNAPSHOT 0x00200000
if (parentStorage->openFlags & (STGM_NOSCRATCH|STGM_NOSNAPSHOT) && !fixme++) { FIXME("Unimplemented flags %x\n", parentStorage->openFlags);
I don't understand this fixme : does it means that NOSNAPSHOT mode is not implemented, and therefore calling TransactedSnapshotImpl_Construct is not correct ?