mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 08:38:17 +00:00
- "0xbadf00d" is not a valid tag. use "PcNt" instead
svn path=/trunk/; revision=35837
This commit is contained in:
parent
d658f95e0c
commit
bdc53e84d9
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ MiGetMediaState(PADAPTER Adapter);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* memory pool tag */
|
/* memory pool tag */
|
||||||
#define PCNET_TAG 0xbaadf00d
|
#define PCNET_TAG TAG('P', 'c', 'N', 't')
|
||||||
|
|
||||||
#endif // _PCNET_H_
|
#endif // _PCNET_H_
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue