mirror of
https://github.com/reactos/reactos.git
synced 2026-06-05 19:43:39 +08:00
ExInitializeWorkItem: synch with Windows (only NULL the Flink)
svn path=/trunk/; revision=12309
This commit is contained in:
@@ -344,8 +344,7 @@ ExInitializeRundownProtection (
|
||||
ASSERT_IRQL(DISPATCH_LEVEL); \
|
||||
(Item)->WorkerRoutine = (Routine); \
|
||||
(Item)->Parameter = (RoutineContext); \
|
||||
(Item)->List.Flink = NULL; \
|
||||
(Item)->List.Blink = NULL;
|
||||
(Item)->List.Flink = NULL;
|
||||
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
|
||||
Reference in New Issue
Block a user