1
0
Fork 0
libreoffice/external/mariadb-connector-c/clang-cl.patch.0
Daniel Baumann 8e63e14cf6
Adding upstream version 4:25.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:20:04 +02:00

11 lines
419 B
Text

--- unittest/libmariadb/getopt.c
+++ unittest/libmariadb/getopt.c
@@ -38,7 +38,7 @@
#include <config.h>
#endif
-#if (!defined (__STDC__) || !__STDC__) && !defined(MSDOS) && !defined(OS2)
+#if (!defined (__STDC__) || !__STDC__) && !defined(MSDOS) && !defined(OS2) && !(defined _MSC_VER && defined __clang__)
/* This is a separate conditional since some stdc systems
reject `defined (const)'. */
#ifndef const