Bug 292373: fix plugin bustage on Windows from bug 291229's landing.

Patch from dougt, r+sr=shaver.
This commit is contained in:
shaver%mozilla.org 2005-04-30 16:15:08 +00:00
parent c2eddafcd2
commit c2c2356e7e

View File

@ -100,7 +100,7 @@ ifeq ($(OS_ARCH), BeOS)
CPPSRCS += nsPluginsDirBeOS.cpp
CPPSRCS += nsPluginNativeWindow.cpp
else
ifneq (,$(filter WINNT WINCE,$(MOZ_WIDGET_TOOLKIT)))
ifneq (,$(filter WINNT WINCE,$(OS_ARCH)))
CPPSRCS += nsPluginsDirWin.cpp
CPPSRCS += nsPluginNativeWindowWin.cpp
else