summaryrefslogtreecommitdiff
path: root/ACE/ace/config-win32.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-01-06 14:29:32 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-01-06 14:29:32 +0100
commit02c35b3b18ea7254ee99588d726bcfab52049ba7 (patch)
treed97334ec55c91343d926a26a993837ef27a573eb /ACE/ace/config-win32.h
parent22292c1f52b89ec5966d860ccaef9649a2cbf39e (diff)
downloadATCD-02c35b3b18ea7254ee99588d726bcfab52049ba7.tar.gz
Removed support for the Digital Mars Compiler (DMC), doesn't support C++11
* ACE/ace/config-win32-dmc.h: * ACE/include/makeinclude/platform_win32_dmc.GNU: Deleted. * ACE/ace/OS_NS_stdio.inl: * ACE/ace/config-macros.h: * ACE/ace/config-win32.h: * ACE/ace/os_include/os_fcntl.h:
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