Do not build debug PS function on reatail build
Modified: trunk/reactos/ntoskrnl/ps/debug.c
_____
Modified: trunk/reactos/ntoskrnl/ps/debug.c
--- trunk/reactos/ntoskrnl/ps/debug.c 2005-05-26 13:43:13 UTC (rev
15510)
+++ trunk/reactos/ntoskrnl/ps/debug.c 2005-05-26 13:43:52 UTC (rev
15511)
@@ -267,6 +267,7 @@
return Status;
}
+#ifdef DBG
VOID
STDCALL
PspDumpThreads(BOOLEAN IncludeSystem)
@@ -339,5 +340,6 @@
CurrentProcess = CurrentProcess->Flink;
}
}
+#endif
/* EOF */
Show replies by date