From 5544c14ffb46c632a641cf22c7edd5279bc6b9c6 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Thu, 22 Jul 2010 14:44:27 +0000 Subject: [PATCH] [NTDLL] - Comment out RtlWalkFrameChain for amd64 svn path=/trunk/; revision=48184 --- reactos/dll/ntdll/rtl/libsupp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reactos/dll/ntdll/rtl/libsupp.c b/reactos/dll/ntdll/rtl/libsupp.c index 90c3ce322fc..47e4359e054 100644 --- a/reactos/dll/ntdll/rtl/libsupp.c +++ b/reactos/dll/ntdll/rtl/libsupp.c @@ -18,6 +18,8 @@ PTEB LdrpTopLevelDllBeingLoadedTeb = NULL; /* FUNCTIONS ***************************************************************/ +#ifndef _M_AMD64 +// FIXME: Why "Not implemented"??? /* * @implemented */ @@ -30,6 +32,7 @@ RtlWalkFrameChain(OUT PVOID *Callers, /* Not implemented for user-mode */ return 0; } +#endif BOOLEAN NTAPI