[PATCH 07/10] msxml3: Fix processorArchitecture in manifest

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


processorArchitecture should not be empty string

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

diff --git a/dlls/msxml3/msxml3.manifest b/dlls/msxml3/msxml3.manifest
index 02793c173c..4e6e42fe3b 100644
--- a/dlls/msxml3/msxml3.manifest
+++ b/dlls/msxml3/msxml3.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-Windows-MSXML30" version="6.0.6000.16386" processorArchitecture="" publicKeyToken="31bf3856ad364e35"/>
+  <assemblyIdentity type="win32" name="Microsoft-Windows-MSXML30" version="6.0.6000.16386" processorArchitecture="*" publicKeyToken="31bf3856ad364e35"/>
   <file name="msxml3.dll"/>
 </assembly>
-- 
2.14.1




More information about the wine-patches mailing list