summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-04-06 21:12:47 +0100
committerPete Batard <pbatard@gmail.com>2010-04-06 21:12:47 +0100
commita46b420214041a5f103604e3f77aac8e3fa154c6 (patch)
tree37258958aa1b19da91c64515b8dd1ccab802ed0b
parenta7a96927a30094f308ad00bf2af4532e765c05e0 (diff)
downloadlibusb-a46b420214041a5f103604e3f77aac8e3fa154c6.tar.gz
added toggable debug logging (MSVC)r243
-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