Author: sginsberg Date: Sun Aug 31 12:56:13 2008 New Revision: 35837
URL: http://svn.reactos.org/svn/reactos?rev=35837&view=rev Log: - "0xbadf00d" is not a valid tag. use "PcNt" instead
Modified: trunk/reactos/drivers/network/dd/pcnet/pcnet.h
Modified: trunk/reactos/drivers/network/dd/pcnet/pcnet.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/network/dd/pcnet/pc... ============================================================================== --- trunk/reactos/drivers/network/dd/pcnet/pcnet.h [iso-8859-1] (original) +++ trunk/reactos/drivers/network/dd/pcnet/pcnet.h [iso-8859-1] Sun Aug 31 12:56:13 2008 @@ -146,7 +146,7 @@ #endif
/* memory pool tag */ -#define PCNET_TAG 0xbaadf00d +#define PCNET_TAG TAG('P', 'c', 'N', 't')
#endif // _PCNET_H_