mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +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. */
|
||||
RtlZeroMemory(&OwnEntry, sizeof(OwnEntry));
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue