[RTL] Fix atom table signature

Fixes a wine test.
This commit is contained in:
Timo Kreuzer
2026-05-21 12:07:24 +00:00
parent 40a0840834
commit 33a19d05f4
+1
View File
@@ -174,6 +174,7 @@ RtlCreateAtomTable(
}
/* initialize atom table */
Table->Signature = 'motA';
Table->NumberOfBuckets = TableSize;
Status = RtlpInitAtomTableLock(Table);