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/s…
==============================================================================
--- 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;