From 5972af244f43808126ea8d42955f656d9cecae2a Mon Sep 17 00:00:00 2001 From: "shaver%mozilla.org" Date: Sat, 30 Apr 2005 16:15:08 +0000 Subject: [PATCH] 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 --- mozilla/modules/plugin/base/src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/modules/plugin/base/src/Makefile.in b/mozilla/modules/plugin/base/src/Makefile.in index 41b14ad0650..8994f2b1983 100644 --- a/mozilla/modules/plugin/base/src/Makefile.in +++ b/mozilla/modules/plugin/base/src/Makefile.in @@ -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