changeset 889:238ca78e71a7

Set DW_MLE_CASESENSITIVE to be the NSLiteralSearch value.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 07 Apr 2011 19:20:27 +0000
parents cd6ff038e38b
children 5a96cc2695b9
files dw.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dw.h	Thu Apr 07 19:17:52 2011 +0000
+++ b/dw.h	Thu Apr 07 19:20:27 2011 +0000
@@ -372,7 +372,7 @@
 
 #define DW_LIT_NONE              -1
 
-#define DW_MLE_CASESENSITIVE     0
+#define DW_MLE_CASESENSITIVE     2 /* NSLiteralSearch */
 
 #define DW_BS_NOBORDER           1