Changeset: 30b453fb154a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/30b453fb154a
Modified Files:
clients/mapilib/CMakeLists.txt
clients/mapilib/connect.c
Branch: monetdburl
Log Message:
Use mutil.h so opendir/readdir work on Windows
diffs (22 lines):
diff --git a/clients/mapilib/CMakeLists.txt b/clients/mapilib/CMakeLists.txt
--- a/clients/mapilib/CMakeLists.txt
+++ b/clients/mapilib/CMakeLists.txt
@@ -43,6 +43,7 @@ target_link_libraries(mapi
moptions
mcrypt
stream
+ mutils
$<$<BOOL:${OPENSSL_FOUND}>:OpenSSL::SSL>
$<$<PLATFORM_ID:Windows>:ws2_32>)
diff --git a/clients/mapilib/connect.c b/clients/mapilib/connect.c
--- a/clients/mapilib/connect.c
+++ b/clients/mapilib/connect.c
@@ -8,6 +8,7 @@
#include "mcrypt.h"
#include "matomic.h"
#include "mstring.h"
+#include "mutils.h"
#include "mapi_intern.h"
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]