From 7e61d42fdabf0c16e1fb94d12d3355e8c9eb8ae9 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 8 Jun 2006 10:07:12 +0000 Subject: [PATCH] processore for manifest doesn't need to be specific svn: r3276 --- src/mred/mrmain.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mred/mrmain.cxx b/src/mred/mrmain.cxx index 868b72cd9f..93e6e1d2bc 100644 --- a/src/mred/mrmain.cxx +++ b/src/mred/mrmain.cxx @@ -647,7 +647,7 @@ END_XFORM_SKIP; # endif #if _MSC_VER >= 1400 -#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"") +#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"") #endif #endif