[PATCH 01/10] atl80: Fix processorArchitecture in manifest

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


processorArchitecture should not be empty string

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

diff --git a/dlls/atl80/atl80.manifest b/dlls/atl80/atl80.manifest
index 039a3d6aeb..723630cf00 100644
--- a/dlls/atl80/atl80.manifest
+++ b/dlls/atl80/atl80.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.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"/>
   <file name="atl80.dll"/>
 </assembly>
-- 
2.14.1




More information about the wine-patches mailing list