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