mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
make our msvcrt bit more windows nt4/2000 compatible
do not link _i64toa and _i64tow to ntdll they are missing in windows nt4/windows 2000 ntdll. svn path=/trunk/; revision=24475
This commit is contained in:
parent
80c28a9405
commit
f86ee0a05c
1 changed files with 2 additions and 2 deletions
|
@ -326,8 +326,8 @@ _heapset
|
|||
_heapused=stub
|
||||
_heapwalk
|
||||
_hypot
|
||||
_i64toa=NTDLL._i64toa
|
||||
_i64tow=NTDLL._i64tow
|
||||
_i64toa
|
||||
_i64tow
|
||||
_initterm
|
||||
_inp=stub
|
||||
_inpd=stub
|
||||
|
|
Loading…
Reference in a new issue