[PATCH 06/10] msvcr90: Fix processorArchitecture in manifest

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


processorArchitecture should not be empty string

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

diff --git a/dlls/msvcr90/msvcr90.manifest b/dlls/msvcr90/msvcr90.manifest
index 588a0fd7b4..1757c4c6de 100644
--- a/dlls/msvcr90/msvcr90.manifest
+++ b/dlls/msvcr90/msvcr90.manifest
@@ -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="Microsoft.VC90.CRT" version="9.0.30729.6161" processorArchitecture="" publicKeyToken="1fc8b3b9a1e18e3b"/>
+  <assemblyIdentity type="win32" name="Microsoft.VC90.CRT" version="9.0.30729.6161" processorArchitecture="*" publicKeyToken="1fc8b3b9a1e18e3b"/>
   <file name="msvcr90.dll"/>
   <file name="msvcp90.dll"/>
   <file name="msvcm90.dll"/>
-- 
2.14.1




More information about the wine-patches mailing list