repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 24.04.3.4
[LibreOffice.git]
/
external
/
libgpg-error
/
clang-cl.patch
blob
3a635c5d8990d59156fcee4c6a01ad2a0c568da7
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__)