summaryrefslogtreecommitdiff
path: root/tests/Reactor_Exceptions_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Reactor_Exceptions_Test.cpp')
-rw-r--r--tests/Reactor_Exceptions_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Reactor_Exceptions_Test.cpp b/tests/Reactor_Exceptions_Test.cpp
index 01346697ed8..a11ca537b43 100644
--- a/tests/Reactor_Exceptions_Test.cpp
+++ b/tests/Reactor_Exceptions_Test.cpp
@@ -27,7 +27,7 @@ ACE_RCSID(tests, Reactor_Exceptions_Test, "$Id$")
#if defined (ACE_HAS_EXCEPTIONS)
-#if defined (ACE_WIN32) && defined (ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS)
+#if defined (ACE_WIN32)
static void
throw_exception (void)
{
@@ -48,7 +48,7 @@ throw_exception (void)
ACE_TEXT ("(%P|%t) throw exception\n")));
throw Except ();
}
-#endif /* ACE_WIN32 && ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS */
+#endif /* ACE_WIN32 */
class My_Handler : public ACE_Event_Handler, public ACE_SOCK_Dgram
{