]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filefn.cpp
fixed #if in Create(); don't use wxModelessWindows any more
[wxWidgets.git] / src / common / filefn.cpp
index fbf8733e9f8c8537227521dc6ff8d142e9f35ff0..2bb2a424022dc06af37069008865ba8963078f43 100644 (file)
@@ -1309,7 +1309,8 @@ bool wxRemoveFile(const wxString& file)
  || defined(__BORLANDC__) \
  || defined(__WATCOMC__) \
  || defined(__DMC__) \
- || defined(__GNUWIN32__)
+ || defined(__GNUWIN32__) \
+ || (defined(__MWERKS__) && defined(__MSL__))
   int res = wxRemove(file);
 #elif defined(__WXMAC__)
   int res = unlink(wxFNCONV(file));