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

Patch from dougt, r+sr=shaver.


git-svn-id: svn://10.0.0.236/trunk@172917 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shaver%mozilla.org
2005-04-30 16:15:08 +00:00
parent a048240ca6
commit 5972af244f

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