mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Do not build debug PS function on reatail build
svn path=/trunk/; revision=15511
This commit is contained in:
parent
be4adc56e9
commit
45e66d3fce
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue