[PATCH 03/10] comctl32: Fix processorArchitecture in manifest

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


processorArchitecture should not be empty string

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

diff --git a/dlls/comctl32/comctl32.manifest b/dlls/comctl32/comctl32.manifest
index 4c86137667..9640da4b38 100644
--- a/dlls/comctl32/comctl32.manifest
+++ b/dlls/comctl32/comctl32.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.Windows.Common-Controls" version="6.0.2600.2982" processorArchitecture="" publicKeyToken="6595b64144ccf1df"/>
+  <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.2600.2982" processorArchitecture="*" publicKeyToken="6595b64144ccf1df"/>
   <file name="comctl32.dll">
     <windowClass>Button</windowClass>
     <windowClass>ButtonListBox</windowClass>
-- 
2.14.1




More information about the wine-patches mailing list