summaryrefslogtreecommitdiffstats
path: root/lasso/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/export.h')
-rw-r--r--lasso/export.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/export.h b/lasso/export.h
index 241a8075..2eecea7f 100644
--- a/lasso/export.h
+++ b/lasso/export.h
@@ -34,7 +34,7 @@ extern "C" {
Windows platform with MSVC compiler. */
#if !defined LASSO_EXPORT
-# if defined _MSC_VER
+# if (defined _MSC_VER || defined MINGW32)
/* if we compile libxmlsec itself: */
# if defined(IN_LASSO)
# if !defined(LASSO_STATIC)
@@ -58,7 +58,7 @@ extern "C" {
#endif
#if !defined LASSO_EXPORT_VAR
-# if defined _MSC_VER
+# if (defined _MSC_VER || defined MINGW32)
/* if we compile libxmlsec itself: */
# if defined(IN_LASSO)
# if !defined(LASSO_STATIC)