From 96c9570ad18401fd9cf26cb1432e6994acc8dbb1 Mon Sep 17 00:00:00 2001 From: Makoto Kato Date: Sat, 7 Jun 2008 08:14:56 +0900 Subject: [PATCH] =?UTF-8?q?Bug=20437046=20=E2=80=93=20Support=20x64=20for?= =?UTF-8?q?=20xulrunnder.exe.manifest.=20r=3Dted.mielczarek?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xulrunner/app/xulrunner.exe.manifest | 4 ++-- xulrunner/stub/xulrunner-stub.exe.manifest | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xulrunner/app/xulrunner.exe.manifest b/xulrunner/app/xulrunner.exe.manifest index ad17723646f..660a7a67bc1 100644 --- a/xulrunner/app/xulrunner.exe.manifest +++ b/xulrunner/app/xulrunner.exe.manifest @@ -2,7 +2,7 @@ @@ -13,7 +13,7 @@ type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" - processorArchitecture="X86" + processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" /> diff --git a/xulrunner/stub/xulrunner-stub.exe.manifest b/xulrunner/stub/xulrunner-stub.exe.manifest index a0dd02cd738..2e19a993c8b 100644 --- a/xulrunner/stub/xulrunner-stub.exe.manifest +++ b/xulrunner/stub/xulrunner-stub.exe.manifest @@ -2,7 +2,7 @@ @@ -13,7 +13,7 @@ type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" - processorArchitecture="X86" + processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" />