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:
parent
6ec31f4f85
commit
581c7b2a72
@ -3,7 +3,7 @@
|
||||
manifestVersion="1.0">
|
||||
<assemblyIdentity
|
||||
version="1.0.0.0"
|
||||
processorArchitecture="X86"
|
||||
processorArchitecture="*"
|
||||
name="Notepad++"
|
||||
type="win32"
|
||||
/>
|
||||
@ -14,7 +14,7 @@
|
||||
type="win32"
|
||||
name="Microsoft.Windows.Common-Controls"
|
||||
version="6.0.0.0"
|
||||
processorArchitecture="X86"
|
||||
processorArchitecture="*"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
language="*"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user