Changeset: 5f6cfdf5e7bd for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5f6cfdf5e7bd
Modified Files:
        common/utils/mcrypt.h
Branch: mbedded
Log Message:

small fix for windows build


diffs (12 lines):

diff --git a/common/utils/mcrypt.h b/common/utils/mcrypt.h
--- a/common/utils/mcrypt.h
+++ b/common/utils/mcrypt.h
@@ -10,7 +10,7 @@
 #define _SEEN_MCRYPT_H 1
 
 #if defined(_MSC_VER) || defined(__CYGWIN__) || defined(__MINGW32__)
-#if !defined(LIBMAPI) && !defined(LIBMCRYPT)
+#if !defined(LIBMAPI) && !defined(LIBMCRYPT) && !defined(LIBMAL)
 #define mcrypt_export extern __declspec(dllimport)
 #else
 #define mcrypt_export extern __declspec(dllexport)
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to