Author: tkreuzer
Date: Sat Sep 6 19:17:05 2008
New Revision: 36013
URL:
http://svn.reactos.org/svn/reactos?rev=36013&view=rev
Log:
comment out some functions on AMD64 build that don't belong here.
Modified:
branches/ros-amd64-bringup/reactos/hal/hal/hal.c
Modified: branches/ros-amd64-bringup/reactos/hal/hal/hal.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/hal/h…
==============================================================================
--- branches/ros-amd64-bringup/reactos/hal/hal/hal.c [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/hal/hal/hal.c [iso-8859-1] Sat Sep 6 19:17:05
2008
@@ -748,7 +748,7 @@
return 0;
}
-
+#ifndef _M_AMD64
VOID
FASTCALL
KeAcquireInStackQueuedSpinLock(
@@ -777,6 +777,7 @@
{
UNIMPLEMENTED;
}
+#endif
VOID
NTAPI
@@ -853,6 +854,7 @@
}
#endif
+#ifndef _M_AMD64
#undef KeReleaseSpinLock
VOID
NTAPI
@@ -862,7 +864,7 @@
{
UNIMPLEMENTED;
}
-
+#endif
VOID
NTAPI