MSL support also for MSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2004-04-18 16:37:44 +00:00
parent 377f6397ac
commit e874f8672e

View File

@ -1309,7 +1309,8 @@ bool wxRemoveFile(const wxString& file)
|| defined(__BORLANDC__) \ || defined(__BORLANDC__) \
|| defined(__WATCOMC__) \ || defined(__WATCOMC__) \
|| defined(__DMC__) \ || defined(__DMC__) \
|| defined(__GNUWIN32__) || defined(__GNUWIN32__) \
|| (defined(__MWERKS__) && defined(__MSL__))
int res = wxRemove(file); int res = wxRemove(file);
#elif defined(__WXMAC__) #elif defined(__WXMAC__)
int res = unlink(wxFNCONV(file)); int res = unlink(wxFNCONV(file));