no more _ftime instead of ftime

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia 2000-03-03 17:36:02 +00:00
parent 2a47e1401b
commit 5f9fd7ea86

View File

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