[ros-diffs] [cwittich] 39265: uncomment the exports

cwittich at svn.reactos.org cwittich at svn.reactos.org
Sun Feb 1 14:38:31 CET 2009


Author: cwittich
Date: Sun Feb  1 07:38:30 2009
New Revision: 39265

URL: http://svn.reactos.org/svn/reactos?rev=39265&view=rev
Log:
uncomment the exports

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=39265&r1=39264&r2=39265&view=diff
==============================================================================
--- trunk/reactos/dll/win32/msvcrt/msvcrt.def [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvcrt/msvcrt.def [iso-8859-1] Sun Feb  1 07:38:30 2009
@@ -529,7 +529,7 @@
   _strrev @523
   _strset @524
   _strtime @525
-;  _strtoi64 @526
+  _strtoi64 @526
   _strtoui64=strtoull @527
   _strupr @528
   _swab @529
@@ -577,8 +577,8 @@
   _wcsnset @571
   _wcsrev @572
   _wcsset @573
-;  _wcstoi64 @574
-;  _wcstoui64 @575
+  _wcstoi64 @574
+  _wcstoui64 @575
   _wcsupr @576
   _wctime @577
 ;  _wctime64 @578



More information about the Ros-diffs mailing list