Bug 104934 Convert Mozilla to Unicode app

Turning MOZ_UNICODE flag on by default.
(all the codes are in \\widget\module only)
Only impact on Windows platforms.

This makes mozilla as a true unicode application
under Windows.
/r=shanjian, /sr=kin
This commit is contained in:
yokoyama%netscape.com 2002-09-21 18:59:30 +00:00
Родитель db1eeea001
Коммит 9dd4b0607d
2 изменённых файлов: 2 добавлений и 10 удалений

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

@ -67,9 +67,5 @@ EXTRA_DSO_LDOPTS = \
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk
DEFINES += -D_IMPL_NS_WIDGET DEFINES += -D_IMPL_NS_WIDGET -DMOZ_UNICODE
ifdef MOZ_UNICODE
DEFINES += -DMOZ_UNICODE
endif

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

@ -78,11 +78,7 @@ CPPSRCS += \
$(NULL) $(NULL)
endif endif
DEFINES += -D_IMPL_NS_WIDGET -DMOZ_AIMM DEFINES += -D_IMPL_NS_WIDGET -DMOZ_AIMM -DMOZ_UNICODE
ifdef MOZ_UNICODE
DEFINES += -DMOZ_UNICODE
endif
EXPORTS = nsdefs.h EXPORTS = nsdefs.h