From a46b420214041a5f103604e3f77aac8e3fa154c6 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Tue, 6 Apr 2010 21:12:47 +0100 Subject: added toggable debug logging (MSVC) --- msvc/config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/msvc/config.h b/msvc/config.h index 8f6900d..eb58f27 100644 --- a/msvc/config.h +++ b/msvc/config.h @@ -8,9 +8,12 @@ /* Default visibility */ #define API_EXPORTED /**/ -/* Debug message logging */ +/* Debug message logging (non toggable) */ //#define ENABLE_DEBUG_LOGGING 1 +/* Debug message logging (toggable) */ +#define INCLUDE_DEBUG_LOGGING 1 + /* Message logging */ #define ENABLE_LOGGING 1 -- cgit v1.2.1