Add TAG macro definition.

svn path=/trunk/; revision=16085
This commit is contained in:
Filip Navara 2005-06-19 08:21:35 +00:00
parent b63e292fbd
commit 068cf10896

View file

@ -47,6 +47,7 @@ typedef struct _INTERNAL_NDIS_MINIPORT_WORK_ITEM {
#define EXPORT STDCALL
#endif
#define TAG(A, B, C, D) (ULONG)(((A)<<0) + ((B)<<8) + ((C)<<16) + ((D)<<24))
#define NDIS_TAG 0x4e4d4953
#ifdef DBG