Changeset: d9463a3ac433 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d9463a3ac433
Modified Files:
        monetdb_config_win32.h.in
Branch: mbedded
Log Message:

let cmake/windows define their own SOCKET and socketclose implementations


diffs (16 lines):

diff --git a/monetdb_config_win32.h.in b/monetdb_config_win32.h.in
--- a/monetdb_config_win32.h.in
+++ b/monetdb_config_win32.h.in
@@ -316,12 +316,6 @@ typedef __uint128_t uhge;
 #define static_assert(expr, mesg)      ((void) 0)
 #endif
 
-#ifndef SOCKET
-#define SOCKET int32_t
-#endif
-#ifndef closesocket
-#define closesocket close
-#endif
 #ifndef _In_z_
 #define _In_z_
 #endif
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to