]> git.saurik.com Git - wxWidgets.git/commitdiff
no more _ftime instead of ftime
authorGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 3 Mar 2000 17:36:02 +0000 (17:36 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 3 Mar 2000 17:36:02 +0000 (17:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/timercmn.cpp

index 440acfb8dc9bbeebd081acce9ce76c582dd16557..84053540a89f9b4036d259efad8da382bd993c0d 100644 (file)
@@ -51,9 +51,6 @@
 
 #if defined(__WIN32__) && !defined(HAVE_FTIME)
     #define HAVE_FTIME
-    #ifdef (__VISUALC__)
-        #define ftime _ftime
-    #endif
 #endif
 
 #include <time.h>