next part of bug 100214, add nsUnicharUtils to consumers of ToLowerCase/ToUpperCase

This commit is contained in:
alecf%netscape.com 2001-10-19 21:00:02 +00:00
Родитель 942988df26
Коммит 6606ee7e2f
13 изменённых файлов: 14 добавлений и 1 удалений

Просмотреть файл

@ -30,6 +30,7 @@
#include "nsIDOMStyleSheet.h"
#include "nsIHTMLContentContainer.h"
#include "nsINameSpaceManager.h"
#include "nsUnicharUtils.h"
#include "nsNetUtil.h"
#include "nsVoidArray.h"

Просмотреть файл

@ -39,7 +39,6 @@ REQUIRES = xpcom \
xpconnect \
caps \
editor \
uconv \
gfx2 \
imglib2 \
layout \

Просмотреть файл

@ -88,6 +88,7 @@
#include "nsHTMLParts.h"
#include "nsString.h"
#include "nsReadableUtils.h"
#include "nsUnicharUtils.h"
#include "nsLayoutAtoms.h"
#include "nsHTMLAtoms.h"
#include "nsIEventStateManager.h"

Просмотреть файл

@ -51,6 +51,7 @@
#include "nsIStyleSheetLinkingElement.h"
#include "nsStyleLinkElement.h"
#include "nsReadableUtils.h"
#include "nsUnicharUtils.h"
#include "nsHTMLUtils.h"
#include "nsIURL.h"
#include "nsNetUtil.h"

Просмотреть файл

@ -41,6 +41,7 @@ REQUIRES = xpcom \
docshell \
htmlparser \
xpconnect \
unicharutil \
$(NULL)
CPPSRCS = \

Просмотреть файл

@ -36,6 +36,7 @@ REQUIRES = xpcom \
xpconnect \
layout \
gfx \
unicharutil \
$(NULL)
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN

Просмотреть файл

@ -51,6 +51,7 @@
#include "nsHTMLAtoms.h"
#include "nsString.h"
#include "nsXPIDLString.h"
#include "nsUnicharUtils.h"
#include "nsIXMLContent.h"
#include "nsStyleLinkElement.h"

Просмотреть файл

@ -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"

Просмотреть файл

@ -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"