aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libxpm/remove_strings_h.patch
blob: 290796f0b5325e7be2d8095f5f3e5c037b1dc743 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 <strings.h>
+# endif
 #endif
 
 HFUNC(xpmatoui, unsigned int,