Disable system service hooks, that got accidentally enabled.


svn path=/trunk/; revision=51190
This commit is contained in:
Timo Kreuzer 2011-03-29 10:07:11 +00:00
parent 854e23cc3e
commit e78589d99a

View file

@ -440,7 +440,7 @@ DriverEntry(
/* Register our per-process and per-thread structures. */
PsEstablishWin32Callouts((PWIN32_CALLOUTS_FPNS)&CalloutData);
#if 1 // DBG
#if 0 // DBG
/* Register service hook callbacks */
KdSystemDebugControl('CsoR', DbgPreServiceHook, ID_Win32PreServiceHook, 0, 0, 0, 0);
KdSystemDebugControl('CsoR', DbgPostServiceHook, ID_Win32PostServiceHook, 0, 0, 0, 0);