Allow 64-bit common controls to be used

I'd wager that we should simply get rid of this and the similar
pragma in AudacityApp.cpp.
This commit is contained in:
Leland Lucius 2020-02-12 21:47:44 -06:00
parent 709f2f91da
commit 1dffc4fe1f
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
</trustInfo>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*' />
<assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*' />
</dependentAssembly>
</dependency>
</assembly>
</assembly>