diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-13 23:16:32 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-13 23:16:32 +0000 |
commit | 2e043c7845ef1cbcb1c2e1fa6fdfd0a453f22d3b (patch) | |
tree | 63bec98fbd4fb88219ef0518eaabae1b84d951e8 /ace | |
parent | aa7efd9d21412047b009d93f6745772b2fa221be (diff) | |
download | ATCD-2e043c7845ef1cbcb1c2e1fa6fdfd0a453f22d3b.tar.gz |
ChangeLogTag:Mon Nov 13 15:13:42 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/Object_Manager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Object_Manager.cpp b/ace/Object_Manager.cpp index 8a5637d3647..28826755974 100644 --- a/ace/Object_Manager.cpp +++ b/ace/Object_Manager.cpp @@ -270,11 +270,11 @@ ACE_Object_Manager::init (void) # endif /* ACE_HAS_TSS_EMULATION */ #if defined (ACE_DISABLE_WIN32_ERROR_WINDOWS) -#if defined (_DEBUG) +#if defined (_DEBUG) && defined (_MSC_VER) // This will keep the ACE_Assert window _CrtSetReportMode( _CRT_ERROR, _CRTDBG_MODE_FILE ); _CrtSetReportFile( _CRT_ERROR, _CRTDBG_FILE_STDERR ); -#endif /* _DEBUG */ +#endif /* _DEBUG && _MSC_VER */ // And this will catch all unhandled exceptions. SetUnhandledExceptionFilter (&ACE_UnhandledExceptionFilter); |