Re: OLE32: Allow STGM_SHARE_EXCLUSIVE for nameless storage files
18 Mar
2005
18 Mar
'05
7:26 a.m.
Actually, I think the test is just the wrong way round. It should read if (STGM_SHARE_MODE(grfMode) != STGM_SHARE_EXCLUSIVE) I screwed it up in the following commit: http://cvs.winehq.org/cvsweb/wine/dlls/ole32/storage32.c.diff?r1=1.71&r2=1.7... Mike Troy Rollo wrote:
StgOpenStorage was failing if pwcsName was NULL and the share flags were STGM_SHARE_EXCLUSIVE. It shouldn't (Windows allows this).
ChangeLog: Allow STGM_SHARE_EXCLUSIVE for StgOpenStorage with pwcsName == NULL
- if (STGM_SHARE_MODE(grfMode) == STGM_SHARE_EXCLUSIVE) - goto end; -
7576
Age (days ago)
7576
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mike McCormack