[PATCH 08/10] msxml4: Fix processorArchitecture in manifest

Fabian Maurer dark.shadow4 at web.de
Tue Sep 5 17:01:57 CDT 2017


processorArchitecture should not be empty string

Signed-off-by: Fabian Maurer <dark.shadow4 at web.de>
---
 dlls/msxml4/msxml4.manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msxml4/msxml4.manifest b/dlls/msxml4/msxml4.manifest
index 4851600f1c..7d8b438993 100644
--- a/dlls/msxml4/msxml4.manifest
+++ b/dlls/msxml4/msxml4.manifest
@@ -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.MSXML2" version="4.1.0.0" processorArchitecture="" publicKeyToken="6bd6b9abf345378f"/>
+  <assemblyIdentity type="win32" name="Microsoft.MSXML2" version="4.1.0.0" processorArchitecture="*" publicKeyToken="6bd6b9abf345378f"/>
   <file name="msxml4.dll"/>
 </assembly>
-- 
2.14.1




More information about the wine-patches mailing list