mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 05:28:14 +00:00
[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.
svn path=/trunk/; revision=55880
This commit is contained in:
parent
5009959437
commit
ef59218343
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#define TAG_CM 0x68742020
|
||||
#define TAG_CM 'CM25'
|
||||
|
||||
#define CMAPI NTAPI
|
||||
|
||||
|
|
Loading…
Reference in a new issue