Skip to content
Snippets Groups Projects
Commit bc1683d9 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Seems like using dllimport on Windows wasn't useful

This was a problem for static builds
parent 9ce27c56
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment