Re: [PATCH v3 0/1] MR9431: ole32: implement proper file flushing in FileLockBytes
13 Nov
2025
13 Nov
'25
5:08 p.m.
Esme Povirk (@madewokherd) commented about dlls/ole32/tests/storage32.c:
DeleteTestLockBytes(lockbytes); }
+static void test_lockbytes_flush_operation(void) +{ + static const WCHAR stmname[] = { 'T','E','S','T','S','T','R','E','A','M',0 };
I think we can just use `L"TESTSTREAM"` now. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9431#note_121870
128
Age (days ago)
128
Last active (days ago)
0 comments
1 participants
participants (1)
-
Esme Povirk (@madewokherd)