We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ebaab commit 75a1a8fCopy full SHA for 75a1a8f
tensorflow/lite/core/c/c_api_types.h
@@ -61,7 +61,7 @@ extern "C" {
61
#ifdef TFL_COMPILE_LIBRARY
62
#define TFL_CAPI_EXPORT __declspec(dllexport)
63
#else
64
-#define TFL_CAPI_EXPORT __declspec(dllimport)
+#define TFL_CAPI_EXPORT
65
#endif // TFL_COMPILE_LIBRARY
66
67
#define TFL_CAPI_EXPORT __attribute__((visibility("default")))
0 commit comments