зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
db1eeea001
Коммит
9dd4b0607d
|
@ -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
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче