X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..1de4baa31f17548b32a376a71ce50fee6a3e759c:/include/wx/ffile.h diff --git a/include/wx/ffile.h b/include/wx/ffile.h index 4c48810ea5..e8c4e3a72d 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: @@ -12,10 +12,12 @@ #ifndef _WX_FFILE_H_ #define _WX_FFILE_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "ffile.h" #endif +#include "wx/defs.h" // for wxUSE_FFILE + #if wxUSE_FFILE #ifndef WX_PRECOMP