From 12babeda63deaf8cd38a62bc2f3d3e3458b71d86 Mon Sep 17 00:00:00 2001 From: Romain Chantereay Date: Tue, 3 Aug 2004 15:12:45 +0000 Subject: 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. --- lasso/lasso.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lasso/lasso.h') diff --git a/lasso/lasso.h b/lasso/lasso.h index ddccffef..cf6e43ec 100644 --- a/lasso/lasso.h +++ b/lasso/lasso.h @@ -29,11 +29,13 @@ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ -#if defined _MSC_VER + +#if (defined _MSC_VER || defined MINGW32) # include #endif -#include +/*#include */ +#include #include #include -- cgit