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.de…
==============================================================================
--- 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