diff --git a/src/AudacityApp.cpp b/src/AudacityApp.cpp index 037eba642..27893dd23 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