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,8 +55,10 @@
|
|||||||
|
|
||||||
#if defined(__VISAGECPP__) && !defined(HAVE_FTIME)
|
#if defined(__VISAGECPP__) && !defined(HAVE_FTIME)
|
||||||
#define HAVE_FTIME
|
#define HAVE_FTIME
|
||||||
|
# if __IBMCPP__ >= 400
|
||||||
# define ftime(x) _ftime(x)
|
# define ftime(x) _ftime(x)
|
||||||
# endif
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#ifndef __WXMAC__
|
#ifndef __WXMAC__
|
||||||
|
|||||||
Reference in New Issue
Block a user