mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Add TAG macro definition.
svn path=/trunk/; revision=16085
This commit is contained in:
parent
b63e292fbd
commit
068cf10896
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue