Be consistent and change #if DBG to #ifdef DBG.
Modified: trunk/reactos/lib/rtl/handle.c
_____
Modified: trunk/reactos/lib/rtl/handle.c
--- trunk/reactos/lib/rtl/handle.c 2005-11-21 21:14:07 UTC (rev
19425)
+++ trunk/reactos/lib/rtl/handle.c 2005-11-21 21:22:13 UTC (rev
19426)
@@ -125,7 +125,7 @@
RtlFreeHandle(PRTL_HANDLE_TABLE HandleTable,
PRTL_HANDLE_TABLE_ENTRY Handle)
{
-#if DBG
+#ifdef DBG
/* check if handle is valid */
if (RtlIsValidHandle(HandleTable, Handle))
return FALSE;