On Mon, Aug 24, 2009 at 2:19 PM, sginsberg@svn.reactos.org wrote:
Author: sginsberg Date: Mon Aug 24 20:19:53 2009 New Revision: 42920
URL: http://svn.reactos.org/svn/reactos?rev=42920&view=rev Log:
- Get rid of TAG() from the kernel
- mmtypes.h: Goodbye TAG(), you won't be missed
Maybe this has already been done but if not, we should look in to making a janitorial project for it, Alex and I talked years ago about trying to maintain a list with all of the tags that were in use and apply some consistency to the names. I think there is a list somewhere on MSDN that shows all the tag's used in Windows, and we should try to check ours to make sure they match up.
Thanks
On Tue, Aug 25, 2009 at 10:03 AM, Steven Edwardswinehacker@gmail.com wrote:
Maybe this has already been done but if not, we should look in to making a janitorial project for it, Alex and I talked years ago about trying to maintain a list with all of the tags that were in use and apply some consistency to the names.
Heh, I guess if I looked closer at the commit I would have seen
trunk/reactos/ntoskrnl/include/internal/tag.h
is pretty close enough. So ignore that noise, but I am wondering if anyone has compared our tags to the Windows names.