[ros-diffs] [tkreuzer] 38122: comment out RtlWalkFrameChain for x64, we currently implement it in lib/rtl (we probably need a seperate um implementation later though)
tkreuzer at svn.reactos.org
tkreuzer at svn.reactos.org
Tue Dec 16 19:28:49 CET 2008
Author: tkreuzer
Date: Tue Dec 16 12:28:48 2008
New Revision: 38122
URL: http://svn.reactos.org/svn/reactos?rev=38122&view=rev
Log:
comment out RtlWalkFrameChain for x64, we currently implement it in lib/rtl (we probably need a seperate um implementation later though)
Modified:
branches/ros-amd64-bringup/reactos/dll/ntdll/rtl/libsupp.c
Modified: branches/ros-amd64-bringup/reactos/dll/ntdll/rtl/libsupp.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/ntdll/rtl/libsupp.c?rev=38122&r1=38121&r2=38122&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/dll/ntdll/rtl/libsupp.c [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/dll/ntdll/rtl/libsupp.c [iso-8859-1] Tue Dec 16 12:28:48 2008
@@ -19,6 +19,8 @@
/* FUNCTIONS ***************************************************************/
+#ifndef _M_AMD64
+// FIXME: Why "Not implemented"???
/*
* @implemented
*/
@@ -31,6 +33,7 @@
/* Not implemented for user-mode */
return 0;
}
+#endif
BOOLEAN
NTAPI
More information about the Ros-diffs
mailing list