fix for VA 3.0 vs 4.0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2000-07-26 20:06:24 +00:00
parent ad9cd15cb0
commit 07d7f20b50

View File

@@ -55,7 +55,9 @@
#if defined(__VISAGECPP__) && !defined(HAVE_FTIME)
#define HAVE_FTIME
#define ftime(x) _ftime(x)
# if __IBMCPP__ >= 400
# define ftime(x) _ftime(x)
# endif
#endif
#include <time.h>