Changeset: 221cc4caeec0 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=221cc4caeec0 Modified Files: common/utils/msabaoth.h Branch: mosaic Log Message:
Windows linking. diffs (12 lines): diff --git a/common/utils/msabaoth.h b/common/utils/msabaoth.h --- a/common/utils/msabaoth.h +++ b/common/utils/msabaoth.h @@ -52,7 +52,7 @@ typedef struct Ssabuplog { } sabuplog; #ifdef WIN32 -#if !defined(LIBMAL) && !defined(LIBATOMS) && !defined(LIBKERNEL) && !defined(LIBMAL) && !defined(LIBOPTIMIZER) && !defined(LIBSCHEDULER) && !defined(LIBMONETDB5) && !defined(LIBMOSAIC) +#if !defined(LIBMAL) && !defined(LIBATOMS) && !defined(LIBKERNEL) && !defined(LIBMAL) && !defined(LIBOPTIMIZER) && !defined(LIBSCHEDULER) && !defined(LIBMONETDB5) && !defined(LIBMOSAIC) && !defined(LIBMSABAOTH) #define msab_export extern __declspec(dllimport) #else #define msab_export extern __declspec(dllexport) _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list