next part of bug 100214, add nsUnicharUtils to consumers of ToLowerCase/ToUpperCase
git-svn-id: svn://10.0.0.236/trunk@105811 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -37,6 +37,7 @@ REQUIRES = xpcom \
|
||||
necko \
|
||||
util \
|
||||
uconv \
|
||||
unicharutil \
|
||||
expat \
|
||||
layout \
|
||||
dom \
|
||||
|
||||
@@ -27,6 +27,7 @@ REQUIRES = xpcom \
|
||||
necko \
|
||||
util \
|
||||
uconv \
|
||||
unicharutil \
|
||||
expat \
|
||||
layout \
|
||||
dom \
|
||||
@@ -106,6 +107,7 @@ SUB_LIBRARIES= \
|
||||
$(NULL)
|
||||
|
||||
LLIBS= \
|
||||
$(DIST)\lib\unicharutil_s.lib \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
!ifdef MOZ_PERF
|
||||
$(DIST)\lib\util.lib \
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
#include "nsHTMLEntities.h"
|
||||
#include "nsCRT.h"
|
||||
#include "nsReadableUtils.h"
|
||||
#include "nsUnicharUtils.h"
|
||||
#include "nsScanner.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user