mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[WIN32K]
Disable system service hooks, that got accidentally enabled. svn path=/trunk/; revision=51190
This commit is contained in:
parent
854e23cc3e
commit
e78589d99a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue