summaryrefslogtreecommitdiff
path: root/config_msvc.h
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-01-21 17:38:43 +0000
committerPete Batard <pbatard@gmail.com>2010-01-21 17:38:43 +0000
commit5e98c8b1a34599c394dbba23a607eec03de297b8 (patch)
treed84ffe0418a99193910134c39f70bd8844610c2c /config_msvc.h
parenta535ea35cd534e7b1d478dd37cbfcda8f1517c8f (diff)
downloadlibusb-5e98c8b1a34599c394dbba23a607eec03de297b8.tar.gz
r99: DDK/sources x64 final fix and additional MSVC fixes (/MT)
Diffstat (limited to 'config_msvc.h')
-rw-r--r--config_msvc.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/config_msvc.h b/config_msvc.h
index 77fe89b..a8beca6 100644
--- a/config_msvc.h
+++ b/config_msvc.h
@@ -1,8 +1,5 @@
/* config_msvc.h. Manual config.h for MSVC. */
-/* Default visibility */
-#define API_EXPORTED /**/
-
/* Debug message logging */
#define ENABLE_DEBUG_LOGGING 1
@@ -41,9 +38,3 @@
/* Version number of package */
#define VERSION "1.0.5"
-
-/* Define to `__inline__' or `__inline' if that's what the C compiler
- calls it, or to nothing if 'inline' is not supported under any name. */
-#ifndef __cplusplus
-/* #undef inline */
-#endif