summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2012-05-31 11:50:33 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-05-31 11:50:33 -0400
commitbc1683d9832ae7f9dff2d4287ab84a142a0450c9 (patch)
tree5a4f3434d427a054ff21da4c0035a0ed6fbc4547
parent9ce27c564efe9a8074ab6e285051790807a74b9e (diff)
downloadopus-bc1683d9832ae7f9dff2d4287ab84a142a0450c9.tar.gz
Seems like using dllimport on Windows wasn't useful
This was a problem for static builds
-rw-r--r--include/opus_defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opus_defines.h b/include/opus_defines.h
index 2aa574e1..d984f997 100644
--- a/include/opus_defines.h
+++ b/include/opus_defines.h
@@ -69,7 +69,7 @@ extern "C" {
# ifdef OPUS_BUILD
# define OPUS_EXPORT __declspec(dllexport)
# else
-# define OPUS_EXPORT __declspec(dllimport)
+# define OPUS_EXPORT
# endif
#else
# define OPUS_EXPORT