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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user