r8404: small upstream merges of appweb code
[bbaumbach/samba-autobuild/.git] / source4 / lib / appweb / mpr / miniMpr.h
index a0030b25b5dded144cf3b773dc4214474269b89d..8b28472826cd78bbdb32887060aa0e428170203e 100644 (file)
@@ -273,6 +273,8 @@ extern int          mprMemcpy(char *dest, int destMax, const char *src, int nbytes);
 extern void mprSetCtx(void *ctx);
 extern void *mprMemCtx(void);
 
+#define mprStrCmpAnyCase(s1, s2) StrCaseCmp(s1, s2)
+
 #ifdef __cplusplus
 }
 #endif