mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 11:46:50 +00:00
[NTDLL_VISTA] Check _DEBUG with #ifdef, not #if (#1615)
This commit is contained in:
parent
46259092f9
commit
addfb61d8b
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ InternalSleep(IN OUT PRTL_CONDITION_VARIABLE ConditionVariable,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if _DEBUG
|
#ifdef _DEBUG
|
||||||
/* Clear OwnEntry to aid in detecting bugs. */
|
/* Clear OwnEntry to aid in detecting bugs. */
|
||||||
RtlZeroMemory(&OwnEntry, sizeof(OwnEntry));
|
RtlZeroMemory(&OwnEntry, sizeof(OwnEntry));
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue