tdf#77964 doc import: 0x1 placeholder is for AS_CHAR
[LibreOffice.git] / external / libgpg-error / clang-cl.patch
blob3a635c5d8990d59156fcee4c6a01ad2a0c568da7
1 --- src/gpg-error.h.in
2 +++ src/gpg-error.h.in
3 @@ -152,7 +152,7 @@
4 /*
5 * GCC feature test.
6 */
7 -#if __GNUC__
8 +#ifdef __GNUC__
9 # define _GPG_ERR_GCC_VERSION (__GNUC__ * 10000 \
10 + __GNUC_MINOR__ * 100 \
11 + __GNUC_PATCHLEVEL__)