aboutsummaryrefslogtreecommitdiff
path: root/ports/pugixml/pugixmlapi.patch
blob: 177664dbe06f7155dfe2a747a96fb6877cda5f7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/pugixml.hpp b/src/pugixml.hpp
index 4d76bfa..75a4f8a 100644
--- a/src/pugixml.hpp
+++ b/src/pugixml.hpp
@@ -50,7 +50,7 @@
 
 // If no API is defined, assume default
 #ifndef PUGIXML_API
-#	define PUGIXML_API
+#	define PUGIXML_API __declspec(dllimport)
 #endif
 
 // If no API for classes is defined, assume default