]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filefn.cpp
Vertical tabs orientation in gtk renderer of wxUniv.
[wxWidgets.git] / src / common / filefn.cpp
index eab5a6c4b0af954f237feb6a791f793d6b9244cc..1ed53771518298db91cdb6f922c8a84f1592b644 100644 (file)
@@ -104,7 +104,7 @@ static wxChar wxFileFunctionsBuffer[4*_MAXPATHLEN];
 // VisualAge C++ V4.0 cannot have any external linkage const decs
 // in headers included by more than one primary source
 //
-const off_t wxInvalidOffset = (off_t)-1;
+const int wxInvalidOffset = -1;
 #endif
 
 // ----------------------------------------------------------------------------