mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-20 14:20:06 +02:00
Update the manifest pragma to match docs.
The language and processorArchitecture are wildcards.
This commit is contained in:
parent
e9479e6c26
commit
e3c10c9925
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user