From e3c10c992523ddbf72b32740c6e8c6118660a9d9 Mon Sep 17 00:00:00 2001 From: henric Date: Sun, 24 Jan 2016 01:36:47 -0700 Subject: [PATCH] Update the manifest pragma to match docs. The language and processorArchitecture are wildcards. --- src/AudacityApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AudacityApp.cpp b/src/AudacityApp.cpp index 7b6e4d01f..58f182e5a 100644 --- a/src/AudacityApp.cpp +++ b/src/AudacityApp.cpp @@ -132,7 +132,7 @@ It handles initialization and termination by subclassing wxApp. // These lines ensure that Audacity gets WindowsXP themes. // Without them we get the old-style Windows98/2000 look under XP. # if !defined(__WXWINCE__) -# pragma comment(linker, "\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df'\"") +# pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"") # endif // These lines allows conditional inclusion of the various libraries