summaryrefslogtreecommitdiffstats
path: root/external/libgpg-error/clang-cl.patch
blob: 3a635c5d8990d59156fcee4c6a01ad2a0c568da7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/gpg-error.h.in
+++ src/gpg-error.h.in
@@ -152,7 +152,7 @@
 /*
  * GCC feature test.
  */
-#if __GNUC__
+#ifdef __GNUC__
 # define _GPG_ERR_GCC_VERSION (__GNUC__ * 10000 \
                                + __GNUC_MINOR__ * 100 \
                                + __GNUC_PATCHLEVEL__)