X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fda7962d029672a5f4c718a3c6b2559856f4cd95..f5e0b4bc7c729ff41e66fb7894fb1387f860bdb2:/include/wx/ffile.h diff --git a/include/wx/ffile.h b/include/wx/ffile.h index 9e8067b9e2..8f8ffde014 100644 --- a/include/wx/ffile.h +++ b/include/wx/ffile.h @@ -12,7 +12,7 @@ #ifndef _WX_FFILE_H_ #define _WX_FFILE_H_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "ffile.h" #endif @@ -86,7 +86,8 @@ public: // get current file length size_t Length() const; - // simple accessors + // simple accessors: note that Eof() and Error() may only be called if + // IsOpened()! // is file opened? bool IsOpened() const { return m_fp != NULL; } // is end of file reached?