mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Moved _ftol to NTDLL
svn path=/trunk/; revision=4574
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
; DISCLAMED. This includes but is not limited to warrenties of
|
||||
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
;
|
||||
; $Revision: 1.14 $
|
||||
; $Author: ea $
|
||||
; $Date: 2000/12/22 23:20:15 $
|
||||
; $Revision: 1.15 $
|
||||
; $Author: gvg $
|
||||
; $Date: 2003/04/24 22:21:13 $
|
||||
;
|
||||
; These three functions appear to be name mangled in some way, so GCC is
|
||||
; probably not going to be able to use them in any case.
|
||||
@@ -151,7 +151,7 @@ _fputwchar
|
||||
_fsopen
|
||||
_fstat
|
||||
_ftime
|
||||
_ftol
|
||||
_ftol=NTDLL._ftol
|
||||
_fullpath
|
||||
_futime
|
||||
_gcvt
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $Id: makefile,v 1.53 2003/04/06 13:10:21 gvg Exp $
|
||||
# $Id: makefile,v 1.54 2003/04/24 22:21:13 gvg Exp $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
@@ -161,7 +161,6 @@ MATH_OBJECTS = \
|
||||
math/floor.o \
|
||||
$(PATH_TO_MSVCRT)/math/fmod.o \
|
||||
$(PATH_TO_MSVCRT)/math/frexp.o \
|
||||
$(PATH_TO_MSVCRT)/math/ftol.o \
|
||||
math/huge_val.o \
|
||||
$(PATH_TO_MSVCRT)/math/hypot.o \
|
||||
$(PATH_TO_MSVCRT)/math/j0_y0.o \
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
#include <msvcrt/float.h>
|
||||
|
||||
long _ftol(double fl)
|
||||
{
|
||||
return (long)fl;
|
||||
}
|
||||
Reference in New Issue
Block a user