mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 17:27:03 +00:00
Disabled debug prints
svn path=/trunk/; revision=1134
This commit is contained in:
parent
cbf17cd791
commit
23b59ecccb
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
||||||
#include <ddk/ntddk.h>
|
#include <ddk/ntddk.h>
|
||||||
#include <internal/ob.h>
|
#include <internal/ob.h>
|
||||||
|
|
||||||
|
#define NDEBUG
|
||||||
#include <internal/debug.h>
|
#include <internal/debug.h>
|
||||||
|
|
||||||
/* GLOBALS ******************************************************************/
|
/* GLOBALS ******************************************************************/
|
||||||
|
|
|
@ -171,7 +171,7 @@ VOID PsTerminateOtherThread(PETHREAD Thread, NTSTATUS ExitStatus)
|
||||||
NTSTATUS STDCALL PiTerminateProcess(PEPROCESS Process,
|
NTSTATUS STDCALL PiTerminateProcess(PEPROCESS Process,
|
||||||
NTSTATUS ExitStatus)
|
NTSTATUS ExitStatus)
|
||||||
{
|
{
|
||||||
DPRINT1("PiTerminateProcess(Process %x, ExitStatus %x) RC %d HC %d\n",
|
DPRINT("PiTerminateProcess(Process %x, ExitStatus %x) RC %d HC %d\n",
|
||||||
Process, ExitStatus, ObGetReferenceCount(Process),
|
Process, ExitStatus, ObGetReferenceCount(Process),
|
||||||
ObGetHandleCount(Process));
|
ObGetHandleCount(Process));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue