[ros-diffs] [tkreuzer] 37948: undef _ftime before implementing it

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Mon Dec 8 23:31:28 CET 2008


Author: tkreuzer
Date: Mon Dec  8 16:31:27 2008
New Revision: 37948

URL: http://svn.reactos.org/svn/reactos?rev=37948&view=rev
Log:
undef _ftime before implementing it

Modified:
    branches/ros-amd64-bringup/reactos/lib/sdk/crt/time/ftime.c

Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time/ftime.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sdk/crt/time/ftime.c?rev=37948&r1=37947&r2=37948&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time/ftime.c [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time/ftime.c [iso-8859-1] Mon Dec  8 16:31:27 2008
@@ -17,6 +17,7 @@
 /*
  * @implemented
  */
+#undef _ftime
 void _ftime( struct _timeb *tm )
 {
   int ret = 0;



More information about the Ros-diffs mailing list