From f03ad21e3665cc16d405903926cbd6ec1c769426 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Mon, 14 Nov 2011 15:01:09 +0000 Subject: [PATCH] Prevent logging library from defining int64_t. --- xmltooling/logging.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xmltooling/logging.h b/xmltooling/logging.h index 0288712..7851866 100644 --- a/xmltooling/logging.h +++ b/xmltooling/logging.h @@ -30,12 +30,14 @@ #include #if defined(XMLTOOLING_LOG4SHIB) +# define LOG4SHIB_HAVE_INT64_T 1 # include # include namespace xmltooling { namespace logging = log4shib; }; #elif defined(XMLTOOLING_LOG4CPP) +# define LOG4CPP_HAVE_INT64_T 1 # include # include namespace xmltooling { -- 2.1.4