Do not build debug PS function on reatail build

svn path=/trunk/; revision=15511
This commit is contained in:
Alex Ionescu 2005-05-26 13:43:52 +00:00
parent be4adc56e9
commit 45e66d3fce

View file

@ -267,6 +267,7 @@ NtSetContextThread(IN HANDLE ThreadHandle,
return Status;
}
#ifdef DBG
VOID
STDCALL
PspDumpThreads(BOOLEAN IncludeSystem)
@ -339,5 +340,6 @@ PspDumpThreads(BOOLEAN IncludeSystem)
CurrentProcess = CurrentProcess->Flink;
}
}
#endif
/* EOF */