[LWIP]
[reactos.git] / reactos / lib / drivers / lwip / src / include / rosip.h
index f8f5592..2838da8 100755 (executable)
@@ -7,7 +7,9 @@
 #include "tcpip.h"
 
 #ifndef LWIP_TAG
-    #define LWIP_TAG 'PIwl'
+    #define LWIP_TAG         'PIwl'
+    #define LWIP_MESSAGE_TAG 'sMwl'
+    #define LWIP_QUEUE_TAG   'uQwl'
 #endif
 
 typedef struct tcp_pcb* PTCP_PCB;