mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 11:37:12 +01:00
14 lines
324 B
Diff
14 lines
324 B
Diff
![]() |
diff --git a/mongoc-macros.h b/mongoc-macros.h
|
||
|
index 909bf6c..0a1f612 100644
|
||
|
--- a/mongoc-macros.h
|
||
|
+++ b/mongoc-macros.h
|
||
|
@@ -40,7 +40,7 @@
|
||
|
#elif defined(MONGOC_COMPILATION)
|
||
|
#define MONGOC_API __declspec(dllexport)
|
||
|
#else
|
||
|
-#define MONGOC_API __declspec(dllimport)
|
||
|
+#define MONGOC_API
|
||
|
#endif
|
||
|
#define MONGOC_CALL __cdecl
|
||
|
|