enable common controls als for amd64\x64 architecture, otherwise xp style is not available and bitmap buttons are not working correctly

This commit is contained in:
Christian Grasser 2015-06-08 09:26:24 +02:00
parent 6ec31f4f85
commit 581c7b2a72

View File

@ -3,7 +3,7 @@
manifestVersion="1.0"> manifestVersion="1.0">
<assemblyIdentity <assemblyIdentity
version="1.0.0.0" version="1.0.0.0"
processorArchitecture="X86" processorArchitecture="*"
name="Notepad++" name="Notepad++"
type="win32" type="win32"
/> />
@ -14,7 +14,7 @@
type="win32" type="win32"
name="Microsoft.Windows.Common-Controls" name="Microsoft.Windows.Common-Controls"
version="6.0.0.0" version="6.0.0.0"
processorArchitecture="X86" processorArchitecture="*"
publicKeyToken="6595b64144ccf1df" publicKeyToken="6595b64144ccf1df"
language="*" language="*"
/> />