We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70dc89c commit d251e72Copy full SHA for d251e72
src/Lua/arrayfire/export.h
@@ -1,5 +1,5 @@
1
#if defined(_WIN32) || defined(_MSC_VER)
2
-#define __EXPORT__ extern "C" __declspec(dllimport)
+#define __EXPORT__ extern "C" __declspec(dllexport)
3
#else
4
#define __EXPORT__ extern "C" __attribute__((visibility("default")))
5
#endif
0 commit comments