mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Merge pull request #100 from henricj/manifest
Update the manifest pragma to match the docs. Using * for processorArchitecture should work on both 32 and 64 bit systems, with Audacity compiled for 32 bit.
This commit is contained in:
commit
697d668d55
@ -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