aboutsummaryrefslogtreecommitdiff
path: root/ports/libbson/static.patch
blob: 7710d5b6d8450603ac8a931a238aa8bfb18eff17 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/bson/bson-macros.h
+++ b/bson/bson-macros.h
@@ -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