]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/timercmn.cpp
Replaced true/false with TRUE/FALSE
[wxWidgets.git] / src / common / timercmn.cpp
index e2aea3bb678ce059f21a0b86e9ee991f79784a40..f1173ff1633eed983d2c1366f960a689e4516bd7 100644 (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>