[ros-diffs] [greatlrd] 24475: 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.

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Mon Oct 9 20:42:25 CEST 2006


Author: greatlrd
Date: Mon Oct  9 22:42:24 2006
New Revision: 24475

URL: http://svn.reactos.org/svn/reactos?rev=24475&view=rev
Log:
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. 

Modified:
    trunk/reactos/dll/win32/msvcrt/msvcrt.def

Modified: trunk/reactos/dll/win32/msvcrt/msvcrt.def
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvcrt/msvcrt.def?rev=24475&r1=24474&r2=24475&view=diff
==============================================================================
--- trunk/reactos/dll/win32/msvcrt/msvcrt.def (original)
+++ trunk/reactos/dll/win32/msvcrt/msvcrt.def Mon Oct  9 22:42:24 2006
@@ -326,8 +326,8 @@
 _heapused=stub
 _heapwalk
 _hypot
-_i64toa=NTDLL._i64toa
-_i64tow=NTDLL._i64tow
+_i64toa
+_i64tow
 _initterm
 _inp=stub
 _inpd=stub




More information about the Ros-diffs mailing list