Ignore:
Timestamp:
Jul 20, 2001, 5:39:47 PM (24 years ago)
Author:
sandervl
Message:

64 bits math functions replaced

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/rtl.cpp

    r5568 r6372  
    1 /* $Id: rtl.cpp,v 1.12 2001-04-22 10:38:59 sandervl Exp $ */
     1/* $Id: rtl.cpp,v 1.13 2001-07-20 15:39:47 sandervl Exp $ */
    22
    33/*
     
    517517                                             INT factor2);
    518518
    519 
    520 /******************************************************************************
    521  * RtlExtendedLargeIntegerDivide [NTDLL.359]
    522  */
    523 extern INT WINAPI RtlExtendedLargeIntegerDivide(LARGE_INTEGER dividend,
    524                                                 DWORD         divisor,
    525                                                 LPDWORD       rest);
    526 
    527 /******************************************************************************
    528  * RtlExtendedLargeIntegerMultiply [NTDLL.358]
    529  * Note: This even works, since gcc returns 64bit values in eax/edx just like
    530  * the caller expects. However... The relay code won't grok this I think.
    531  */
    532 /* longlong in VAC++ ? */
    533 
    534 extern LARGE_INTEGER WINAPI RtlExtendedIntegerMultiply(LARGE_INTEGER factor1,
    535                                                        INT           factor2);
    536519
    537520/******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.