mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[RTL] Fix atom table signature
Fixes a wine test.
This commit is contained in:
@@ -174,6 +174,7 @@ RtlCreateAtomTable(
|
||||
}
|
||||
|
||||
/* initialize atom table */
|
||||
Table->Signature = 'motA';
|
||||
Table->NumberOfBuckets = TableSize;
|
||||
|
||||
Status = RtlpInitAtomTableLock(Table);
|
||||
|
||||
Reference in New Issue
Block a user