summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--msvc/config.h5
1 files changed, 4 insertions, 1 deletions
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