]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filefn.h
more files to ignore (build dirs names, tags files)
[wxWidgets.git] / include / wx / filefn.h
index 7c87b024a166627af4cdc65b0dd3314137231892..7160e8d6ead0c14921dad1ed9189d97666ea6a29 100644 (file)
     typedef long off_t;
 #endif
 
+#if defined(__VISAGECPP__) && __IBMCPP__ >= 400
+//
+// VisualAge C++ V4.0 cannot have any const decs 
+// in headers included by more than one primary source
+//
+extern const off_t wxInvalidOffset;
+#else 
 const off_t wxInvalidOffset = (off_t)-1;
+#endif
 
 enum wxSeekMode
 {