Skip to content

Commit 75a1a8f

Browse files
committed
Sync from upstream TF.
1 parent 10ebaab commit 75a1a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/lite/core/c/c_api_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ extern "C" {
6161
#ifdef TFL_COMPILE_LIBRARY
6262
#define TFL_CAPI_EXPORT __declspec(dllexport)
6363
#else
64-
#define TFL_CAPI_EXPORT __declspec(dllimport)
64+
#define TFL_CAPI_EXPORT
6565
#endif // TFL_COMPILE_LIBRARY
6666
#else
6767
#define TFL_CAPI_EXPORT __attribute__((visibility("default")))

0 commit comments

Comments
 (0)