Skip to content

Commit 55aed9b

Browse files
committed
another symbol
1 parent 357da23 commit 55aed9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nanoarrow/nanoarrow.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ static inline void ArrowArrayStreamRelease(struct ArrowArrayStream* array_stream
277277
/// \brief Set the contents of an error using printf syntax.
278278
///
279279
/// If error is NULL, this function does nothing and returns NANOARROW_OK.
280-
NANOARROW_CHECK_PRINTF_ATTRIBUTE int ArrowErrorSet(struct ArrowError* error,
281-
const char* fmt, ...);
280+
NANOARROW_DLL NANOARROW_CHECK_PRINTF_ATTRIBUTE int ArrowErrorSet(struct ArrowError* error,
281+
const char* fmt, ...);
282282

283283
/// @}
284284

0 commit comments

Comments
 (0)