fx build second try

svn path=/trunk/; revision=56251
This commit is contained in:
Timo Kreuzer 2012-03-27 17:41:42 +00:00
parent 045a6568ce
commit 2657db262e

View file

@ -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)