mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
- Silence TCPIP.
svn path=/trunk/; revision=19957
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#ifndef NDEBUG
|
||||
DWORD DebugTraceLevel = DEBUG_ULTRA & ~(DEBUG_LOCK | DEBUG_PBUFFER);
|
||||
#else
|
||||
DWORD DebugTraceLevel = DEBUG_IRP;
|
||||
DWORD DebugTraceLevel = 0;
|
||||
#endif /* NDEBUG */
|
||||
|
||||
PDEVICE_OBJECT TCPDeviceObject = NULL;
|
||||
|
||||
Reference in New Issue
Block a user