cid#1606940 Check of thread-shared field evades lock acquisition
[LibreOffice.git] / external / mariadb-connector-c / clang-cl.patch.0
blob4c9ef4def3f6bc01345a30f773d972b7b20dc59f
1 --- unittest/libmariadb/getopt.c
2 +++ unittest/libmariadb/getopt.c
3 @@ -38,7 +38,7 @@
4  #include <config.h>
5  #endif
6  
7 -#if (!defined (__STDC__) || !__STDC__) && !defined(MSDOS) && !defined(OS2)
8 +#if (!defined (__STDC__) || !__STDC__) && !defined(MSDOS) && !defined(OS2) && !(defined _MSC_VER && defined __clang__)
9  /* This is a separate conditional since some stdc systems
10     reject `defined (const)'.  */
11  #ifndef const