Reactos

[EXPLORER] Do not force X86 in the manifest.

+2 -2
+2 -2
base/shell/explorer/explorer.exe.manifest
··· 2 2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 3 3 <assemblyIdentity 4 4 version="1.0.0.0" 5 - processorArchitecture="X86" 5 + processorArchitecture="*" 6 6 name="ReactOS.Explorer" 7 7 type="win32" 8 8 /> ··· 13 13 type="win32" 14 14 name="Microsoft.Windows.Common-Controls" 15 15 version="6.0.0.0" 16 - processorArchitecture="X86" 16 + processorArchitecture="*" 17 17 publicKeyToken="6595b64144ccf1df" 18 18 language="*" 19 19 />