mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
- fix build on dbg=0. Thanks to Andrew
svn path=/trunk/; revision=20566
This commit is contained in:
parent
afb3a84621
commit
1ca93c8a41
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue