June 2, 2026
7:31 p.m.
On Tue Jun 2 19:28:49 2026 +0000, Dmitry Timoshkov wrote:
Thanks for the suggestion, however it doesn't seem to make the tests pass. Adding STGM_CREATE didn't help either.
DWORD createMode = STGM_WRITE | STGM_SHARE_EXCLUSIVE;
createMode |= (mode == STGMOVE_MOVE) ? STGM_FAILIFTHERE : STGM_CREATE;
seems to work. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11054#note_142032