#pragma interface "file.h"
#endif
-#ifndef WX_PRECOMP
- #include "wx/string.h"
- #include "wx/filefn.h"
- #include "wx/strconv.h"
-#endif
+#include "wx/string.h"
+#include "wx/filefn.h"
+#include "wx/strconv.h"
#if wxUSE_FILE
// open/close
// create a new file (with the default value of bOverwrite, it will fail if
// the file already exists, otherwise it will overwrite it and succeed)
- bool Create(const wxChar *szFileName, bool bOverwrite = FALSE,
+ bool Create(const wxChar *szFileName, bool bOverwrite = false,
int access = wxS_DEFAULT);
bool Open(const wxChar *szFileName, OpenMode mode = read,
int access = wxS_DEFAULT);