- Silence TCPIP.
[reactos.git] / reactos / ntoskrnl / kd / kdinit.c
index 55297c3..4e5aa0a 100644 (file)
 #define NDEBUG
 #include <internal/debug.h>
 
+#if defined (ALLOC_PRAGMA)
+#pragma alloc_text(INIT, KdInitSystem)
+#endif
+
+
 /* Make bochs debug output in the very early boot phase available */
 //#define AUTO_ENABLE_BOCHS