comment out RtlWalkFrameChain for x64, we currently implement it in lib/rtl (we proba...
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 16 Dec 2008 18:28:48 +0000 (18:28 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 16 Dec 2008 18:28:48 +0000 (18:28 +0000)
svn path=/branches/ros-amd64-bringup/; revision=38122

reactos/dll/ntdll/rtl/libsupp.c

index 9e877db..038e426 100644 (file)
@@ -19,6 +19,8 @@ SIZE_T RtlpAllocDeallocQueryBufferSize = PAGE_SIZE;
 
 /* FUNCTIONS ***************************************************************/
 
+#ifndef _M_AMD64
+// FIXME: Why "Not implemented"???
 /*
  * @implemented
  */
@@ -31,6 +33,7 @@ RtlWalkFrameChain(OUT PVOID *Callers,
     /* Not implemented for user-mode */
     return 0;
 }
+#endif
 
 BOOLEAN
 NTAPI