Author: tkreuzer Date: Mon Nov 17 13:26:58 2008 New Revision: 37417
URL: http://svn.reactos.org/svn/reactos?rev=37417&view=rev Log: remove more stubs
Modified: branches/ros-amd64-bringup/reactos/ntoskrnl/amd64stubs.c
Modified: branches/ros-amd64-bringup/reactos/ntoskrnl/amd64stubs.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/ntoskr... ============================================================================== --- branches/ros-amd64-bringup/reactos/ntoskrnl/amd64stubs.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/ntoskrnl/amd64stubs.c [iso-8859-1] Mon Nov 17 13:26:58 2008 @@ -149,17 +149,11 @@ STUB(PsWrapApcWow64Thread) STUB(PspGetOrSetContextKernelRoutine) STUB(RtlAnsiStringToUnicodeSize) -STUB(RtlCompareMemory) -STUB(RtlCompareMemoryUlong) STUB(RtlCopyMemory) STUB(RtlCopyMemoryNonTemporal) -STUB(RtlFillMemory) -STUB(RtlFillMemoryUlong) STUB(RtlGetCallersAddress) -STUB(RtlMoveMemory) STUB(RtlOemStringToUnicodeSize) STUB(RtlPcToFileHeader) -STUB(RtlPrefetchMemoryNonTemporal) STUB(RtlRestoreContext) STUB(RtlTraceDatabaseAdd) STUB(RtlTraceDatabaseCreate) @@ -172,7 +166,6 @@ STUB(RtlUnicodeStringToAnsiSize) STUB(RtlUnicodeStringToOemSize) STUB(RtlUnwind) -STUB(RtlZeroMemory) STUB(RtlpGetStackLimits) STUB(SeReportSecurityEvent) STUB(SeSetAuditParameter)