Changeset: 26f5c9c672f3 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/26f5c9c672f3 Modified Files: gdk/gdk_system.c Branch: Jun2023 Log Message:
Fix compilation error on windows diffs (11 lines): diff --git a/gdk/gdk_system.c b/gdk/gdk_system.c --- a/gdk/gdk_system.c +++ b/gdk/gdk_system.c @@ -414,6 +414,7 @@ MT_thread_setworking(const char *work) w->limit_override = false; else w->working = work; + } } void _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org