[NTDLL]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 22 Jul 2010 14:44:27 +0000 (14:44 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 22 Jul 2010 14:44:27 +0000 (14:44 +0000)
- Comment out RtlWalkFrameChain for amd64

svn path=/trunk/; revision=48184

reactos/dll/ntdll/rtl/libsupp.c

index 90c3ce3..47e4359 100644 (file)
@@ -18,6 +18,8 @@ PTEB LdrpTopLevelDllBeingLoadedTeb = NULL;
 
 /* FUNCTIONS ***************************************************************/
 
 
 /* FUNCTIONS ***************************************************************/
 
+#ifndef _M_AMD64
+// FIXME: Why "Not implemented"???
 /*
  * @implemented
  */
 /*
  * @implemented
  */
@@ -30,6 +32,7 @@ RtlWalkFrameChain(OUT PVOID *Callers,
     /* Not implemented for user-mode */
     return 0;
 }
     /* Not implemented for user-mode */
     return 0;
 }
+#endif
 
 BOOLEAN
 NTAPI
 
 BOOLEAN
 NTAPI