summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_Log_Msg_Attributes.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-06-18 14:49:17 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-06-18 14:49:17 +0200
commit2871e2a915aaec15988365222766e5f7227603d4 (patch)
tree4e983e6dafc64b60580a6bcd23ebed352ddd1f70 /ACE/ace/OS_Log_Msg_Attributes.inl
parent7a4b933220109962afd6ed72fe4e352184536e69 (diff)
downloadATCD-2871e2a915aaec15988365222766e5f7227603d4.tar.gz
No need to check for ACE_WIN32 in combination with ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS
* ACE/ace/Global_Macros.h: * ACE/ace/OS_Log_Msg_Attributes.inl: * ACE/tests/Compiler_Features_39_Test.cpp:
Diffstat (limited to 'ACE/ace/OS_Log_Msg_Attributes.inl')
-rw-r--r--ACE/ace/OS_Log_Msg_Attributes.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/OS_Log_Msg_Attributes.inl b/ACE/ace/OS_Log_Msg_Attributes.inl
index 744ac94870f..0fa53f421be 100644
--- a/ACE/ace/OS_Log_Msg_Attributes.inl
+++ b/ACE/ace/OS_Log_Msg_Attributes.inl
@@ -9,10 +9,10 @@ ACE_OS_Log_Msg_Attributes::ACE_OS_Log_Msg_Attributes () :
tracing_enabled_ (0),
restart_ (true),
trace_depth_ (0)
-# if defined (ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS)
+#if defined (ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS)
, seh_except_selector_ (0),
seh_except_handler_ (0)
-# endif /* ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS */
+#endif /* ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS */
{
}