blob: c1c4c78f196dc86c23109c9deedc711ea174061f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- pjproject/pjlib/include/pj/compat/string.h.orig 2014-09-08 16:17:36.471214560 -0400
+++ pjproject/pjlib/include/pj/compat/string.h 2014-09-08 16:09:22.095207141 -0400
@@ -43,7 +43,7 @@
# include <stdlib.h>
#endif
-#if defined(_MSC_VER)
+#if defined(PJ_WIN32)
# define strcasecmp _stricmp
# define strncasecmp _strnicmp
# define snprintf _snprintf
|