mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 09:20:30 +00:00
[NTOS]
Remove the kdbg-specific tags from the tag header and put them into the kdbg-specific header. svn path=/branches/kd++/; revision=58973
This commit is contained in:
parent
7712bdbae9
commit
e2b54f3271
2 changed files with 4 additions and 4 deletions
|
@ -95,10 +95,6 @@
|
|||
#define TAG_VPB ' BPV'
|
||||
#define TAG_SYSB 'BSYS'
|
||||
|
||||
/* formerly located in kdbg/kdb_symbols.c */
|
||||
#define TAG_KDBS 'SBDK'
|
||||
#define TAG_KDBG 'GBDK'
|
||||
|
||||
/* formerly located in ldr/loader.c */
|
||||
#define TAG_DRIVER_MEM 'MVRD' /* drvm */
|
||||
#define TAG_MODULE_OBJECT 'omlk' /* klmo - kernel ldr module object */
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
# define RTL_NUMBER_OF(x) (sizeof(x) / sizeof((x)[0]))
|
||||
#endif
|
||||
|
||||
/* formerly located in kdbg/kdb_symbols.c */
|
||||
#define TAG_KDBS 'SBDK'
|
||||
#define TAG_KDBG 'GBDK'
|
||||
|
||||
/* TYPES *********************************************************************/
|
||||
|
||||
/* from kdb.c */
|
||||
|
|
Loading…
Reference in a new issue