- In Win32 DBG is defined to 0 for a non-debug build and to 1 for a debug build....
[reactos.git] / reactos / drivers / network / tcpip / datalink / lan.c
index d53398f..b550d20 100644 (file)
@@ -649,7 +649,7 @@ VOID LANTransmit(
                 EHeader->EType = ETYPE_IPv6;
                 break;
             default:
-#ifdef DBG
+#if DBG
                 /* Should not happen */
                 TI_DbgPrint(MIN_TRACE, ("Unknown LAN protocol.\n"));