/////////////////////////////////////////////////////////////////////////////
-// Name: ffile.h
+// Name: wx/ffile.h
// Purpose: wxFFile - encapsulates "FILE *" stream
// Author: Vadim Zeitlin
// Modified by:
#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"
wxString m_name; // the name of the file (for diagnostic messages)
};
-#endif // wxUSE_FILE
+#endif // wxUSE_FFILE
#endif // _WX_FFILE_H_