Author: ion
Date: Mon Feb 27 15:28:06 2012
New Revision: 55880

URL: http://svn.reactos.org/svn/reactos?rev=55880&view=rev
Log:
[CMLIB]: Great job -- crashing trunk on a pool tag just so people can be forced 
to know what it is. Change the registry pool tag from "th" (wtf?) to "CM25" 
which is a bit closer to Windows. In reality all of TAG_CM should be broken out 
in many more pieces. Fixes boot breakpoint.

Modified:
    trunk/reactos/lib/cmlib/cmlib.h

Modified: trunk/reactos/lib/cmlib/cmlib.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/cmlib/cmlib.h?rev=55880&r1=55879&r2=55880&view=diff
==============================================================================
--- trunk/reactos/lib/cmlib/cmlib.h [iso-8859-1] (original)
+++ trunk/reactos/lib/cmlib/cmlib.h [iso-8859-1] Mon Feb 27 15:28:06 2012
@@ -113,7 +113,7 @@
 #endif
 #endif
 
-#define TAG_CM 0x68742020
+#define TAG_CM 'CM25'
 
 #define CMAPI NTAPI
 


Reply via email to