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