[ros-diffs] [cwittich] 27609: -export _strtoull - now dbghelp.dll should load

cwittich at svn.reactos.org cwittich at svn.reactos.org
Thu Jul 12 12:05:29 CEST 2007


Author: cwittich
Date: Thu Jul 12 14:05:28 2007
New Revision: 27609

URL: http://svn.reactos.org/svn/reactos?rev=27609&view=rev
Log:
-export _strtoull - now dbghelp.dll should load

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=27609&r1=27608&r2=27609&view=diff
==============================================================================
--- trunk/reactos/dll/win32/msvcrt/msvcrt.def (original)
+++ trunk/reactos/dll/win32/msvcrt/msvcrt.def Thu Jul 12 14:05:28 2007
@@ -529,6 +529,7 @@
 _strtime
 _strtoi64=stub
 _strtoui64=strtoull
+_strtoull=strtoull
 _strupr
 _swab
 _sys_errlist DATA




More information about the Ros-diffs mailing list