Commit 18483ee9 authored by Rockford Wei's avatar Rockford Wei Committed by Hannes Magnusson
Browse files

Fixing gridfs_file_set_xxx wouldn’t export to module map.

When using clang to export modules, functions set of
mongo_gridfs_file_set_xxx couldn’t export to destination simply because
only the getting methods were marked with BSON_API. Typical scenario is
a third party exporting, such as c library exporting for Swift
language.
Script test-libmongoc, which includes GridFS, passed.
This issue was found by Kyle Jessup and Rockford Wei,
perfect.org
parent 0b872895
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment