From 5f9fd7ea86d211e3681a71c9f70303aa72b5de3c Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Fri, 3 Mar 2000 17:36:02 +0000 Subject: [PATCH] no more _ftime instead of ftime git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/timercmn.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/timercmn.cpp b/src/common/timercmn.cpp index 440acfb8dc..84053540a8 100644 --- a/src/common/timercmn.cpp +++ b/src/common/timercmn.cpp @@ -51,9 +51,6 @@ #if defined(__WIN32__) && !defined(HAVE_FTIME) #define HAVE_FTIME - #ifdef (__VISUALC__) - #define ftime _ftime - #endif #endif #include -- 2.50.0