mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
fx build second try
svn path=/trunk/; revision=56251
This commit is contained in:
parent
045a6568ce
commit
2657db262e
1 changed files with 1 additions and 2 deletions
|
@ -205,7 +205,6 @@ RtlpRebalanceAvlTreeNode(IN PRTL_BALANCED_LINKS Node)
|
|||
|
||||
#ifdef PRTL_BALANCED_LINKS
|
||||
void
|
||||
FORCEINLINE
|
||||
Indent(ULONG Level)
|
||||
{
|
||||
while (Level--)
|
||||
|
@ -214,7 +213,7 @@ Indent(ULONG Level)
|
|||
}
|
||||
}
|
||||
|
||||
static VOID
|
||||
VOID
|
||||
DbgDumpAvlNodes(
|
||||
PRTL_BALANCED_LINKS Node,
|
||||
ULONG Level)
|
||||
|
|
Loading…
Reference in a new issue