Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / external / mariadb-connector-c / clang-cl.patch.0
blob7a886e67cf7c831ea14e6eaf9d97f2cf1430df17
1 --- libmariadb/getopt.c
2 +++ 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