https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bc67bb3dd0960794dd67c…
commit bc67bb3dd0960794dd67c902db2da5109a500653
Author:     Mark Jansen <mark.jansen(a)reactos.org>
AuthorDate: Sun Mar 18 22:49:31 2018 +0100
Commit:     Mark Jansen <mark.jansen(a)reactos.org>
CommitDate: Mon Mar 19 09:44:25 2018 +0100
    [EXPLORER] Do not force X86 in the manifest.
---
 base/shell/explorer/explorer.exe.manifest | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/base/shell/explorer/explorer.exe.manifest
b/base/shell/explorer/explorer.exe.manifest
index babfe905a5..5e869db86f 100644
--- a/base/shell/explorer/explorer.exe.manifest
+++ b/base/shell/explorer/explorer.exe.manifest
@@ -2,7 +2,7 @@
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
 <assemblyIdentity
     version="1.0.0.0"
-    processorArchitecture="X86"
+    processorArchitecture="*"
     name="ReactOS.Explorer"
     type="win32"
 />
@@ -13,7 +13,7 @@
             type="win32"
             name="Microsoft.Windows.Common-Controls"
             version="6.0.0.0"
-            processorArchitecture="X86"
+            processorArchitecture="*"
             publicKeyToken="6595b64144ccf1df"
             language="*"
         />