From: gdalsnes@svn.reactos.com
-move alert stuff into own file -only use Thread->Alerted[0]. Alerted[1] is not used. -misc
Building with DBG := 1 I get a compile-time error on ntoskrnl/ps/thread.c line 480:
ASSERT(Thread->WaitBlockList == NULL);
ps/thread.c: In function `PsUnblockThread': ps/thread.c:480: error: structure has no member named `WaitBlockList'
Gé van Geldorp.