[ros-diffs] [tkreuzer] 51190: [WIN32K] Disable system service hooks, that got accidentally enabled.

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Tue Mar 29 10:07:11 UTC 2011


Author: tkreuzer
Date: Tue Mar 29 10:07:11 2011
New Revision: 51190

URL: http://svn.reactos.org/svn/reactos?rev=51190&view=rev
Log:
[WIN32K]
Disable system service hooks, that got accidentally enabled.


Modified:
    trunk/reactos/subsystems/win32/win32k/main/dllmain.c

Modified: trunk/reactos/subsystems/win32/win32k/main/dllmain.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/main/dllmain.c?rev=51190&r1=51189&r2=51190&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/main/dllmain.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/main/dllmain.c [iso-8859-1] Tue Mar 29 10:07:11 2011
@@ -440,7 +440,7 @@
     /* 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);




More information about the Ros-diffs mailing list