mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
Define TAG macro before use.
That fixes build svn path=/trunk/; revision=35843
This commit is contained in:
parent
f558d87092
commit
d9f427a1eb
1 changed files with 4 additions and 0 deletions
|
@ -145,6 +145,10 @@ MiGetMediaState(PADAPTER Adapter);
|
|||
#define BREAKPOINT
|
||||
#endif
|
||||
|
||||
#ifndef TAG
|
||||
#define TAG(A, B, C, D) (ULONG)(((A)<<0) + ((B)<<8) + ((C)<<16) + ((D)<<24))
|
||||
#endif
|
||||
|
||||
/* memory pool tag */
|
||||
#define PCNET_TAG TAG('P', 'c', 'N', 't')
|
||||
|
||||
|
|
Loading…
Reference in a new issue