diff options
author | Michael Plante <michael.plante@gmail.com> | 2010-04-15 23:25:28 +0100 |
---|---|---|
committer | Michael Plante <michael.plante@gmail.com> | 2010-04-15 23:25:28 +0100 |
commit | 630747c549d5ff04315e5b851c687d40b8f424fd (patch) | |
tree | 4fd7a0b5f6f854724ad5ce01a1801dc55ca0b714 /msvc | |
parent | 0b64e01b6150d330a2255b28568e0c659ce8467c (diff) | |
download | libusb-630747c549d5ff04315e5b851c687d40b8f424fd.tar.gz |
more explicit toggable debug options
also re-added usbi_dbg() default context creation message
Diffstat (limited to 'msvc')
-rw-r--r-- | msvc/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/config.h b/msvc/config.h index eb58f27..8dc8840 100644 --- a/msvc/config.h +++ b/msvc/config.h @@ -8,7 +8,7 @@ /* Default visibility */ #define API_EXPORTED /**/ -/* Debug message logging (non toggable) */ +/* Debug message logging (forced) */ //#define ENABLE_DEBUG_LOGGING 1 /* Debug message logging (toggable) */ |