Changeset: 65ad22367605 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=65ad22367605 Modified Files: common/utils/mtwist.h Branch: stratified_sampling Log Message:
Fix dll linkage issue. diffs (12 lines): diff --git a/common/utils/mtwist.h b/common/utils/mtwist.h --- a/common/utils/mtwist.h +++ b/common/utils/mtwist.h @@ -32,7 +32,7 @@ #define _SEEN_MTWIST_H 1 #ifdef NATIVE_WIN32 -#if !defined(LIBMUTILS) && !defined(LIBGDK) && !defined(LIBMEROUTIL) +#if !defined(LIBMTWIST) && !defined(LIBMUTILS) && !defined(LIBGDK) && !defined(LIBMEROUTIL) #define mtwist_export extern __declspec(dllimport) #else #define mtwist_export extern __declspec(dllexport) _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list