1
0
Fork 0
libreoffice/external/gpgmepp/strcasecmp.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

14 lines
280 B
Diff

--- src/key.c 2024-11-08 20:45:01.826019597 +0100
+++ src/key.c 2024-11-08 20:46:15.369716357 +0100
@@ -19,6 +19,10 @@
* SPDX-License-Identifier: LGPL-2.1-or-later
*/
+#ifdef _MSC_VER
+# define strcasecmp _stricmp
+#endif
+
#if HAVE_CONFIG_H
#include <config.h>
#endif