X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d98a58c543948d84d9287e6fa53a5539d662b7a5..bb0907b7437af9e4aed9f8f3f9bee0e334743d7e:/src/common/file.cpp diff --git a/src/common/file.cpp b/src/common/file.cpp index 2701cfcb41..bc6be8c1c4 100644 --- a/src/common/file.cpp +++ b/src/common/file.cpp @@ -460,7 +460,7 @@ bool wxFile::Eof() const wxFileOffset iRc; -#if defined(__DOS__) || defined(__UNIX__) || defined(__GNUWIN32__) || defined( __MWERKS__ ) +#if defined(__DOS__) || defined(__UNIX__) || defined(__GNUWIN32__) // @@ this doesn't work, of course, on unseekable file descriptors wxFileOffset ofsCur = Tell(), ofsMax = Length();