summaryrefslogtreecommitdiffstats
path: root/lasso/export.h
diff options
context:
space:
mode:
authorRomain Chantereay <rchantereau@entrouvert.com>2004-08-03 15:12:45 +0000
committerRomain Chantereay <rchantereau@entrouvert.com>2004-08-03 15:12:45 +0000
commit12babeda63deaf8cd38a62bc2f3d3e3458b71d86 (patch)
treee3dff7e2047520babdcac8bb753d106cade9ff3b /lasso/export.h
parent03dbde1cf482803bf733e14bb8b7fc94d8342932 (diff)
downloadlasso-12babeda63deaf8cd38a62bc2f3d3e3458b71d86.tar.gz
lasso-12babeda63deaf8cd38a62bc2f3d3e3458b71d86.tar.xz
lasso-12babeda63deaf8cd38a62bc2f3d3e3458b71d86.zip
New Autotools infrastructure.
Don't hesitate to report bug (if any). Main changes: - No more, or so few AM_CONDITIONAL. - Binding compilation use AC_SUBST top level Makefile SUBDIRS. - Change order of AM Macro. - Added Macro. - Fix Windows Compilation. - New way to handle version number. - Use of lasso_config.h - more ? I do not remember.
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)