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.