From 630203f8700d8dcf9be661695418dbbddbe42df4 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 15 Feb 2013 22:01:44 +0100 Subject: util: fixed building on mingw32 --- util/include/axutil_log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/include/axutil_log.h') 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 -- cgit v1.1-32-gdbae