Modified: trunk/reactos/drivers/net/npf/dump.c
Modified: trunk/reactos/drivers/net/npf/jitter.c
Modified: trunk/reactos/drivers/net/npf/openclos.c
Modified: trunk/reactos/drivers/net/npf/packet.c
--- trunk/reactos/drivers/net/npf/dump.c 2005-06-19 08:15:10 UTC (rev 16083)
+++ trunk/reactos/drivers/net/npf/dump.c 2005-06-19 08:20:08 UTC (rev 16084)
@@ -33,6 +33,8 @@
#endif
#endif
+#define TAG(A, B, C, D) (ULONG)(((A)<<0) + ((B)<<8) + ((C)<<16) + ((D)<<24))
+
#include "debug.h"
#include "packet.h"
#include "win_bpf.h"
--- trunk/reactos/drivers/net/npf/jitter.c 2005-06-19 08:15:10 UTC (rev 16083)
+++ trunk/reactos/drivers/net/npf/jitter.c 2005-06-19 08:20:08 UTC (rev 16084)
@@ -32,6 +32,8 @@
#include "packet.h"
#include "win_bpf.h"
+#define TAG(A, B, C, D) (ULONG)(((A)<<0) + ((B)<<8) + ((C)<<16) + ((D)<<24))
+
emit_func emitm;
//
--- trunk/reactos/drivers/net/npf/openclos.c 2005-06-19 08:15:10 UTC (rev 16083)
+++ trunk/reactos/drivers/net/npf/openclos.c 2005-06-19 08:20:08 UTC (rev 16084)
@@ -30,6 +30,8 @@
#include "debug.h"
#include "packet.h"
+#define TAG(A, B, C, D) (ULONG)(((A)<<0) + ((B)<<8) + ((C)<<16) + ((D)<<24))
+
static NDIS_MEDIUM MediumArray[] = {
NdisMedium802_3,
NdisMediumWan,
--- trunk/reactos/drivers/net/npf/packet.c 2005-06-19 08:15:10 UTC (rev 16083)
+++ trunk/reactos/drivers/net/npf/packet.c 2005-06-19 08:20:08 UTC (rev 16084)
@@ -38,6 +38,8 @@
#include "tme.h"
+#define TAG(A, B, C, D) (ULONG)(((A)<<0) + ((B)<<8) + ((C)<<16) + ((D)<<24))
+
#if DBG
// Declare the global debug flag for this driver.
//ULONG PacketDebugFlag = PACKET_DEBUG_LOUD;