]> git.saurik.com Git - wxWidgets.git/commitdiff
MSL support also for MSW
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 18 Apr 2004 16:37:44 +0000 (16:37 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 18 Apr 2004 16:37:44 +0000 (16:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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(__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));
   int res = wxRemove(file);
 #elif defined(__WXMAC__)
   int res = unlink(wxFNCONV(file));