From acedcef326806b657591ce09f0982c0a98fc5eed Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Fri, 29 Aug 2008 23:29:19 +0000 Subject: [PATCH] #if out RtlExtendedIntegerMultiply and RtlExtendedLargeIntegerDivide for amd64 in winnt4.h svn path=/branches/ros-amd64-bringup/; revision=35773 --- reactos/include/ddk/winnt4.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/include/ddk/winnt4.h b/reactos/include/ddk/winnt4.h index eb0d5e48916..642a06ef5d9 100644 --- a/reactos/include/ddk/winnt4.h +++ b/reactos/include/ddk/winnt4.h @@ -411,6 +411,7 @@ RtlEnlargedUnsignedMultiply( IN ULONG Multiplicand, IN ULONG Multiplier); +#ifndef _M_AMD64 NTSYSAPI LARGE_INTEGER NTAPI @@ -425,6 +426,7 @@ RtlExtendedLargeIntegerDivide( IN LARGE_INTEGER Dividend, IN ULONG Divisor, IN OUT PULONG Remainder); +#endif NTSYSAPI LARGE_INTEGER