#if out RtlExtendedIntegerMultiply and RtlExtendedLargeIntegerDivide for amd64 in winnt4.h

svn path=/branches/ros-amd64-bringup/; revision=35773
This commit is contained in:
Timo Kreuzer 2008-08-29 23:29:19 +00:00
parent 5faeebf8e0
commit acedcef326

View file

@ -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