summaryrefslogtreecommitdiffstats
path: root/util/include/axutil_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/include/axutil_log.h')
-rw-r--r--util/include/axutil_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/include/axutil_log.h b/util/include/axutil_log.h
index 09e9242..453b04a 100644
--- a/util/include/axutil_log.h
+++ b/util/include/axutil_log.h
@@ -227,7 +227,7 @@ extern "C"
# define AXIS2_LOG_TRACE(params, ...)
# elif __STDC__ && __STDC_VERSION > 199901L
# define AXIS2_LOG_TRACE(params, ...)
-# elif WIN32
+# elif defined(WIN32)
# define AXIS2_LOG_TRACE axutil_log_impl_log_trace
# else
# define AXIS2_LOG_TRACE axutil_log_impl_log_trace