summaryrefslogtreecommitdiff
path: root/ACE/tests
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/tests
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/tests')
-rw-r--r--ACE/tests/Compiler_Features_39_Test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/tests/Compiler_Features_39_Test.cpp b/ACE/tests/Compiler_Features_39_Test.cpp
index 2050475f247..7942f4d21af 100644
--- a/ACE/tests/Compiler_Features_39_Test.cpp
+++ b/ACE/tests/Compiler_Features_39_Test.cpp
@@ -4,7 +4,6 @@
*/
#include "test_config.h"
-#include "ace/CDR_Base.h"
#if defined (ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS)
int ExFilter(EXCEPTION_POINTERS *ep, DWORD code_arg)