aboutsummaryrefslogtreecommitdiff
path: root/ports/libsigcpp/dont-import-symbols.patch
blob: b031d3bafac57d6a53958b1a61c12a803d799755 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/sigc++config.h b/sigc++config.h
index e212700..8d7366e 100644
--- a/sigc++config.h
+++ b/sigc++config.h
@@ -72,6 +72,8 @@
 
 #endif /* !SIGC_MSC */
 
+#undef SIGC_DLL
+
 #ifdef SIGC_DLL
 # if defined(SIGC_BUILD) && defined(_WINDLL)
 #  define SIGC_API __declspec(dllexport)