summaryrefslogtreecommitdiffstats
path: root/util/include/axutil_log.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2013-02-15 22:01:44 +0100
committerGravatar Nikias Bassen2013-02-15 22:01:44 +0100
commit630203f8700d8dcf9be661695418dbbddbe42df4 (patch)
tree2f66a3219f8002715d0e3f68f631d9029b27f62a /util/include/axutil_log.h
parent598c36b5c4fa71821c04584f093295180aaa5086 (diff)
downloadaxis2c-630203f8700d8dcf9be661695418dbbddbe42df4.tar.gz
axis2c-630203f8700d8dcf9be661695418dbbddbe42df4.tar.bz2
util: fixed building on mingw32
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