summaryrefslogtreecommitdiff
path: root/ACE/ace/config-win32-msvc-8.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/config-win32-msvc-8.h')
-rw-r--r--ACE/ace/config-win32-msvc-8.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/ace/config-win32-msvc-8.h b/ACE/ace/config-win32-msvc-8.h
index 4720103c862..e44f377ed66 100644
--- a/ACE/ace/config-win32-msvc-8.h
+++ b/ACE/ace/config-win32-msvc-8.h
@@ -59,10 +59,6 @@
# define ACE_FILENO_EQUIVALENT(X) (_get_osfhandle (::_fileno (X)))
#endif
-#ifndef ACE_HAS_EXCEPTIONS
-# define ACE_HAS_EXCEPTIONS
-#endif
-
// Windows Mobile 6 doesn't do sig_atomic_t, but maybe future versions will.
// This has been true up thrugh the versions. We don't have any indication
// that this might be supported in the future, but it is an easy enough fix