summaryrefslogtreecommitdiff
path: root/ACE/ace/config-win32.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-01-06 18:20:57 +0100
committerGitHub <noreply@github.com>2021-01-06 18:20:57 +0100
commit1378f952ac8380b0c624a802ec1d747426d59197 (patch)
tree42fc3c2beb1fab3154f683168927c3bf97300e5e /ACE/ace/config-win32.h
parentfac269f095391fbbafdebe1047205c55edc32cca (diff)
parent839e12fb5f0025c4fb8e1c5e98da3c278df413fe (diff)
downloadATCD-1378f952ac8380b0c624a802ec1d747426d59197.tar.gz
Merge pull request #1397 from jwillemsen/jwi-dmc
Removed support for the Digital Mars Compiler (DMC), doesn't support …
Diffstat (limited to 'ACE/ace/config-win32.h')
-rw-r--r--ACE/ace/config-win32.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/ace/config-win32.h b/ACE/ace/config-win32.h
index 3b541a6cdfc..ff98b7fdd87 100644
--- a/ACE/ace/config-win32.h
+++ b/ACE/ace/config-win32.h
@@ -39,8 +39,6 @@
# else
# include "ace/config-win32-mingw.h"
# endif
-#elif defined (__DMC__)
-# include "ace/config-win32-dmc.h"
#else
# error Compiler is not supported
#endif