We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 357da23 commit 55aed9bCopy full SHA for 55aed9b
src/nanoarrow/nanoarrow.h
@@ -277,8 +277,8 @@ static inline void ArrowArrayStreamRelease(struct ArrowArrayStream* array_stream
277
/// \brief Set the contents of an error using printf syntax.
278
///
279
/// 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, ...);
+NANOARROW_DLL NANOARROW_CHECK_PRINTF_ATTRIBUTE int ArrowErrorSet(struct ArrowError* error,
+ const char* fmt, ...);
282
283
/// @}
284
0 commit comments