[NTDLL_VISTA] Check _DEBUG with #ifdef, not #if (#1615)
[reactos.git] / dll / win32 / ntdll_vista / condvar.c
index f14906d..edbe074 100644 (file)
@@ -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