From 2657db262e1b8f79f73398b761399dd2ea7f2c12 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Tue, 27 Mar 2012 17:41:42 +0000 Subject: [PATCH] fx build second try svn path=/trunk/; revision=56251 --- reactos/lib/rtl/avlsupp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/lib/rtl/avlsupp.c b/reactos/lib/rtl/avlsupp.c index c7d03ed620c..f64e107bbda 100644 --- a/reactos/lib/rtl/avlsupp.c +++ b/reactos/lib/rtl/avlsupp.c @@ -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)