[PATCH 10/10] shell32: Fix processorArchitecture in manifest

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


processorArchitecture should not be empty string

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

diff --git a/dlls/shell32/shell32.manifest b/dlls/shell32/shell32.manifest
index 1314f181f9..c03bf5dcbc 100644
--- a/dlls/shell32/shell32.manifest
+++ b/dlls/shell32/shell32.manifest
@@ -1,4 +1,4 @@
 <?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.Shell.Shell32" version="5.1.0.0" processorArchitecture="" />
+  <assemblyIdentity type="win32" name="Microsoft.Windows.Shell.Shell32" version="5.1.0.0" processorArchitecture="*" />
 </assembly>
-- 
2.14.1




More information about the wine-patches mailing list