mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
Define TAG macro before use.
That fixes build svn path=/trunk/; revision=35843
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user