aboutsummaryrefslogtreecommitdiff
path: root/ports/libbson/static.patch
blob: adb52fa4fa475e3197907c03de690ae4d9e59caa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/bson-macros.h b/bson-macros.h
index 909bf6c..0a1f612 100644
--- a/bson-macros.h
+++ b/bson-macros.h
@@ -69,7 +69,7 @@
 #  ifdef BSON_COMPILATION
 #    define BSON_API __declspec(dllexport)
 #  else
-#    define BSON_API __declspec(dllimport)
+#    define BSON_API 
 #  endif
 #elif defined(__GNUC__)
 #  define BSON_API __attribute__ ((visibility ("default")))