X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d4f9cb74dc216935f4f15219cd9a581e1bd5885..c1b9e143e9bc46d54f4a1ccbbe11251cdf54da65:/src/common/filefn.cpp diff --git a/src/common/filefn.cpp b/src/common/filefn.cpp index 92692711ad..c9daf16772 100644 --- a/src/common/filefn.cpp +++ b/src/common/filefn.cpp @@ -1303,6 +1303,7 @@ bool wxRemoveFile(const wxString& file) #if defined(__VISUALC__) \ || defined(__BORLANDC__) \ || defined(__WATCOMC__) \ + || defined(__DMC__) \ || defined(__GNUWIN32__) int res = wxRemove(file); #elif defined(__WXMAC__)