summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-01-21 17:41:47 +0000
committerPete Batard <pbatard@gmail.com>2010-01-21 17:41:47 +0000
commitfe531d9ad5729f4508083316d12b2e378e56db72 (patch)
tree4ab3ff1af790cf4a1ccbd224f22f51740153c2ac
parent5e98c8b1a34599c394dbba23a607eec03de297b8 (diff)
downloadlibusb-fe531d9ad5729f4508083316d12b2e378e56db72.tar.gz
r99b: oops - fixed removal of API_EXPORTED
-rw-r--r--config_msvc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config_msvc.h b/config_msvc.h
index a8beca6..be1742c 100644
--- a/config_msvc.h
+++ b/config_msvc.h
@@ -1,5 +1,8 @@
/* config_msvc.h. Manual config.h for MSVC. */
+/* Default visibility */
+#define API_EXPORTED /**/
+
/* Debug message logging */
#define ENABLE_DEBUG_LOGGING 1