]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filefn.cpp
use new style creation (MSWCreateControl() and MSWGetStyle()); adjust the drop down...
[wxWidgets.git] / src / common / filefn.cpp
index 92692711ad1f04d62ee085db6db1ac0ab97cba9c..c9daf16772c19ce2335b3ee73848bbef22a05149 100644 (file)
@@ -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__)