summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/string.h')
-rw-r--r--pjlib/include/pj/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/include/pj/string.h b/pjlib/include/pj/string.h
index 4466567e..78926cb7 100644
--- a/pjlib/include/pj/string.h
+++ b/pjlib/include/pj/string.h
@@ -373,7 +373,7 @@ PJ_IDECL(int) pj_stricmp(const pj_str_t *str1, const pj_str_t *str2);
PJ_IDECL(int) strnicmp_alnum(const char *str1, const char *str2,
int len);
#else
-#define strnicmp_alnum strnicmp
+#define strnicmp_alnum pj_ansi_strnicmp
#endif
/**