kernel32: Change the shared manifest test to depend on a build number that isn't currently published on at least XP, showing that assemblies with higher build numbers can be used.
This commit is contained in:
parent
542e10e44e
commit
361a98c561
|
@ -75,7 +75,7 @@ static const char manifest4[] =
|
||||||
"<dependency>"
|
"<dependency>"
|
||||||
"<dependentAssembly>"
|
"<dependentAssembly>"
|
||||||
"<assemblyIdentity type=\"win32\" name=\"Microsoft.Windows.Common-Controls\" "
|
"<assemblyIdentity type=\"win32\" name=\"Microsoft.Windows.Common-Controls\" "
|
||||||
"version=\"6.0.0.0\" processorArchitecture=\"x86\" publicKeyToken=\"6595b64144ccf1df\">"
|
"version=\"6.0.1.0\" processorArchitecture=\"x86\" publicKeyToken=\"6595b64144ccf1df\">"
|
||||||
"</assemblyIdentity>"
|
"</assemblyIdentity>"
|
||||||
"</dependentAssembly>"
|
"</dependentAssembly>"
|
||||||
"</dependency>"
|
"</dependency>"
|
||||||
|
|
Loading…
Reference in New Issue