-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[REACTOS] Change manifest architecture from X86 to * #7930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -1,6 +1,6 @@ | |||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | |||
<assemblyIdentity type="win32" name="redirtest2" version="0.2.2.2" processorArchitecture="x86" /> | |||
<assemblyIdentity type="win32" name="redirtest2" version="0.2.2.2" processorArchitecture="*" /> | |||
<file name="kernel32test_versioned.dll"/> | |||
</assembly> | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1,5 +1,5 @@ | |||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | |||
<assemblyIdentity type="win32" name="Microsoft.VC80.ATL" version="8.0.50727.4053" processorArchitecture="" publicKeyToken="1fc8b3b9a1e18e3b"/> | |||
<assemblyIdentity type="win32" name="Microsoft.VC80.ATL" version="8.0.50727.4053" processorArchitecture="*" publicKeyToken="1fc8b3b9a1e18e3b"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are 5 other occurrences (2 gdiplus and 3 msxml), in case they would apply too:
https://git.reactos.org/?p=reactos.git&a=search&h=HEAD&st=grep&s=processorArchitecture%3D%22%22
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
2e370bb
to
bc2d7e0
Compare
Purpose
Change manifest architecture from X86 to *
Testbot runs (Filled in by Devs)