summarylogtreecommitdiffstats
path: root/03-fix-plugins.patch
diff options
context:
space:
mode:
Diffstat (limited to '03-fix-plugins.patch')
-rw-r--r--03-fix-plugins.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/03-fix-plugins.patch b/03-fix-plugins.patch
new file mode 100644
index 000000000000..416699136cc0
--- /dev/null
+++ b/03-fix-plugins.patch
@@ -0,0 +1,22 @@
+
+
+From: David Rothenberger <daveroth@acm.org>
+
+
+---
+ common/plugin_common.h | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/common/plugin_common.h b/common/plugin_common.h
+index 0f75897..3e844c7 100644
+--- a/common/plugin_common.h
++++ b/common/plugin_common.h
+@@ -63,7 +63,7 @@
+ #include <saslutil.h>
+ #include <saslplug.h>
+
+-#ifdef WIN32
++#if defined(WIN32) || defined(__CYGWIN__)
+ #define PLUG_API __declspec(dllexport)
+ #else
+ #define PLUG_API extern