mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
- fix build on dbg=0. Thanks to Andrew
svn path=/trunk/; revision=20566
This commit is contained in:
@@ -164,8 +164,10 @@ ExfWakePushLock(PEX_PUSH_LOCK PushLock,
|
||||
/* Sanity check */
|
||||
ASSERT(!WaitBlock->Signaled);
|
||||
|
||||
#ifdef DBG
|
||||
/* We are about to get signaled */
|
||||
WaitBlock->Signaled = TRUE;
|
||||
#endif
|
||||
|
||||
/* Set the Wait Bit in the Wait Block */
|
||||
if (!InterlockedBitTestAndReset(&WaitBlock->Flags, 1))
|
||||
|
||||
Reference in New Issue
Block a user