vcpkg/ports/libbson/static.patch

12 lines
243 B
Diff
Raw Normal View History

--- a/bson/bson-macros.h
+++ b/bson/bson-macros.h
2018-01-01 15:20:33 +08:00
@@ -87,7 +87,7 @@
#elif defined(BSON_COMPILATION)
#define BSON_API __declspec(dllexport)
#else
-#define BSON_API __declspec(dllimport)
+#define BSON_API
#endif
#define BSON_CALL __cdecl