[ros-diffs] [tkreuzer] 46415: [MSVCRT] Enable exports for _gmtime64, _localtime64, _time64

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Thu Mar 25 01:04:00 CET 2010


Author: tkreuzer
Date: Thu Mar 25 01:04:00 2010
New Revision: 46415

URL: http://svn.reactos.org/svn/reactos?rev=46415&view=rev
Log:
[MSVCRT]
Enable exports for _gmtime64, _localtime64, _time64

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=46415&r1=46414&r2=46415&view=diff
==============================================================================
--- trunk/reactos/dll/win32/msvcrt/msvcrt.def [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvcrt/msvcrt.def [iso-8859-1] Thu Mar 25 01:04:00 2010
@@ -316,7 +316,7 @@
 ;  _getwche @310
   _getws @311
   _global_unwind2 @312
-;  _gmtime64 @313
+  _gmtime64 @313
   _heapadd @314
   _heapchk @315
   _heapmin @316
@@ -373,7 +373,7 @@
   _lfind @366
   _loaddll @367
   _local_unwind2 @368
-;  _localtime64 @369
+  _localtime64 @369
   _lock @370
   _locking @371
   _logb @372
@@ -539,7 +539,7 @@
   _tell @532
   _telli64 @533
   _tempnam @534
-;  _time64 @535
+  _time64 @535
   _timezone @536 DATA
   _tolower @537
   _toupper @538




More information about the Ros-diffs mailing list