Bug 723797 - Delayload oleacc.dll. r=khuey

This commit is contained in:
Makoto Kato 2012-02-07 11:35:41 +09:00
parent e6efe752a7
commit a34bfdac74

View File

@ -545,6 +545,9 @@ EXTRA_DSO_LDOPTS += \
-DELAYLOAD:comdlg32.dll \
-DELAYLOAD:winspool.drv \
$(NULL)
ifdef ACCESSIBILITY
EXTRA_DSO_LDOPTS += -DELAYLOAD:oleacc.dll
endif
endif
endif # WINNT