X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..b5a7cdc076ec7a35990b2da37a4b7b81a9cc8f85:/include/wx/ffile.h diff --git a/include/wx/ffile.h b/include/wx/ffile.h index 969aa40039..aee7d99257 100644 --- a/include/wx/ffile.h +++ b/include/wx/ffile.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: ffile.h +// Name: wx/ffile.h // Purpose: wxFFile - encapsulates "FILE *" stream // Author: Vadim Zeitlin // Modified by: @@ -16,7 +16,9 @@ #pragma interface "ffile.h" #endif -#if wxUSE_FILE +#include "wx/defs.h" // for wxUSE_FFILE + +#if wxUSE_FFILE #ifndef WX_PRECOMP #include "wx/string.h" @@ -109,7 +111,7 @@ private: wxString m_name; // the name of the file (for diagnostic messages) }; -#endif // wxUSE_FILE +#endif // wxUSE_FFILE #endif // _WX_FFILE_H_