Changeset: d3effc11892c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d3effc11892c
Modified Files:
        common/stream/stream.c
Branch: cmake-monetdblite
Log Message:

Reverted WSAStartup call change.


diffs (12 lines):

diff --git a/common/stream/stream.c b/common/stream/stream.c
--- a/common/stream/stream.c
+++ b/common/stream/stream.c
@@ -156,7 +156,7 @@ mnstr_init(void)
        if (ATOMIC_TAS(&inited))
                return 0;
 
-#ifdef NATIVE_WIN32
+#if defined(NATIVE_WIN32) && !defined(HAVE_EMBEDDED)
        {
                WSADATA w;
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to