From 8d1d54877f37b9d2b1568832027b40e092ebe9f1 Mon Sep 17 00:00:00 2001 From: Gunnar Dalsnes Date: Fri, 24 Dec 2004 01:39:50 +0000 Subject: [PATCH] ExInitializeWorkItem: synch with Windows (only NULL the Flink) svn path=/trunk/; revision=12309 --- reactos/include/ddk/exfuncs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/include/ddk/exfuncs.h b/reactos/include/ddk/exfuncs.h index 44084344a12..3557b5d0e92 100644 --- a/reactos/include/ddk/exfuncs.h +++ b/reactos/include/ddk/exfuncs.h @@ -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