diff options
Diffstat (limited to 'ace/Log_Msg.cpp')
-rw-r--r-- | ace/Log_Msg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp index 7114ce06675..06d3aeb191f 100644 --- a/ace/Log_Msg.cpp +++ b/ace/Log_Msg.cpp @@ -123,9 +123,9 @@ ACE_Log_Msg_Manager::close (void) } /* static */ -#if defined (ACE_HAS_THR_C_DEST) +#if defined (ACE_HAS_THR_C_FUNC) extern "C" -#endif /* ACE_HAS_THR_C_DEST */ +#endif /* ACE_HAS_THR_C_FUNC */ void ACE_TSS_cleanup (void *ptr) { |