From 54409423f767d8b1cf30cb7d0efca6b4ca138823 Mon Sep 17 00:00:00 2001 From: Ethan Morgan Date: Sat, 14 Feb 2026 16:44:06 +0000 Subject: move to own git server --- vcpkg/ports/libxpm/remove_strings_h.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vcpkg/ports/libxpm/remove_strings_h.patch (limited to 'vcpkg/ports/libxpm/remove_strings_h.patch') diff --git a/vcpkg/ports/libxpm/remove_strings_h.patch b/vcpkg/ports/libxpm/remove_strings_h.patch new file mode 100644 index 0000000..290796f --- /dev/null +++ b/vcpkg/ports/libxpm/remove_strings_h.patch @@ -0,0 +1,14 @@ +diff --git a/src/XpmI.h b/src/XpmI.h +index 4360ad3b9..a8d78b0ba 100644 +--- a/src/XpmI.h ++++ b/src/XpmI.h +@@ -332,7 +332,9 @@ FUNC(xpmstrcasecmp, int, (char *s1, char *s2)); + #else + #undef xpmstrcasecmp + #define xpmstrcasecmp strcasecmp ++# if !defined(_MSC_VER) + #include ++# endif + #endif + + HFUNC(xpmatoui, unsigned int, -- cgit v1.2.3