1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Update the manifest pragma to match docs.

The language and processorArchitecture are wildcards.
This commit is contained in:
henric
2016-01-24 01:36:47 -07:00
parent e9479e6c26
commit e3c10c9925

View File

@@ -132,7 +132,7 @@ It handles initialization and termination by subclassing wxApp.
// These lines ensure that Audacity gets WindowsXP themes. // These lines ensure that Audacity gets WindowsXP themes.
// Without them we get the old-style Windows98/2000 look under XP. // Without them we get the old-style Windows98/2000 look under XP.
# if !defined(__WXWINCE__) # 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 # endif
// These lines allows conditional inclusion of the various libraries // These lines allows conditional inclusion of the various libraries