fixing OS/2 bustage from string branch landing,

nsString.h needs to continue to define IGNORE_CASE for backwards compatibility
This commit is contained in:
darin%meer.net 2004-02-19 04:15:22 +00:00
parent 1b7824fa2d
commit 07f71da316

View File

@ -64,6 +64,7 @@
#define kRadix16 (16)
#define kAutoDetect (100)
#define kRadixUnknown (kAutoDetect+1)
#define IGNORE_CASE (PR_TRUE)
#endif
class CBufDescriptor;