summaryrefslogtreecommitdiff
path: root/log-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'log-internal.h')
-rw-r--r--log-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/log-internal.h b/log-internal.h
index fb53df41..2c31608b 100644
--- a/log-internal.h
+++ b/log-internal.h
@@ -48,7 +48,7 @@ extern "C" {
#endif
#ifdef EVENT_DEBUG_LOGGING_ENABLED
-EVENT2_EXPORT_SYMBOL extern ev_uint32_t event_debug_logging_mask_;
+EVENT2_CORE_EXPORT_SYMBOL extern ev_uint32_t event_debug_logging_mask_;
#define event_debug_get_logging_mask_() (event_debug_logging_mask_)
#else
#define event_debug_get_logging_mask_() (0)