#include "wx/filefn.h"
#endif
+#if wxUSE_FILE
+
// ----------------------------------------------------------------------------
// constants
// ----------------------------------------------------------------------------
wxFile m_file; // the temporary file
};
+#endif
+
#endif
// _WX_FILEH__