From: Guillermo Rodriguez Garcia Date: Fri, 3 Mar 2000 17:36:02 +0000 (+0000) Subject: no more _ftime instead of ftime X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5f9fd7ea86d211e3681a71c9f70303aa72b5de3c no more _ftime instead of ftime git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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