1
0
Fork 0
libreoffice/external/libgpg-error/clang-cl.patch
Daniel Baumann 8e63e14cf6
Adding upstream version 4:25.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:20:04 +02:00

11 lines
291 B
Diff

--- 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__)