Skip to content

Commit 5e7847e

Browse files
authored
Update unittests/CppInterOp/TestSharedLib/TestSharedLib.h
1 parent 0903c4d commit 5e7847e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/CppInterOp/TestSharedLib/TestSharedLib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifdef _WIN32
66
extern "C" __declspec(dllexport) int ret_zero();
77
#else
8-
extern "C" __attribute__((visibility("default"))) int ret_zero();
8+
extern "C" int __attribute__((visibility("default"))) ret_zero();
99
#endif
1010

1111
#endif // UNITTESTS_CPPINTEROP_TESTSHAREDLIB_TESTSHAREDLIB_H

0 commit comments

Comments
 (0)