mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
#if out RtlExtendedIntegerMultiply and RtlExtendedLargeIntegerDivide for amd64 in winnt4.h
svn path=/branches/ros-amd64-bringup/; revision=35773
This commit is contained in:
parent
5faeebf8e0
commit
acedcef326
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue