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; return Status;
} }
#ifdef DBG
VOID VOID
STDCALL STDCALL
PspDumpThreads(BOOLEAN IncludeSystem) PspDumpThreads(BOOLEAN IncludeSystem)
@ -339,5 +340,6 @@ PspDumpThreads(BOOLEAN IncludeSystem)
CurrentProcess = CurrentProcess->Flink; CurrentProcess = CurrentProcess->Flink;
} }
} }
#endif
/* EOF */ /* EOF */