[PATCH] shell32: Added dll manifest file

Nikolay Sivov nsivov at codeweavers.com
Wed Sep 30 07:07:15 CDT 2015


Fixes https://bugs.winehq.org/show_bug.cgi?id=39361
-------------- next part --------------
From 46504be70507fa6e15f7dd1b70f0779f52d009e2 Mon Sep 17 00:00:00 2001
From: Nikolay Sivov <nsivov at codeweavers.com>
Date: Wed, 30 Sep 2015 15:02:01 +0300
Subject: [PATCH] shell32: Added dll manifest file

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/shell32/shell32.manifest | 4 ++++
 dlls/shell32/shell32.rc       | 3 +++
 2 files changed, 7 insertions(+)
 create mode 100644 dlls/shell32/shell32.manifest

diff --git a/dlls/shell32/shell32.manifest b/dlls/shell32/shell32.manifest
new file mode 100644
index 0000000..1314f18
--- /dev/null
+++ b/dlls/shell32/shell32.manifest
@@ -0,0 +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="" />
+</assembly>
diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index 847d2ce..bfba962 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -457,6 +457,9 @@ IDR_AVI_FILEDELETE AVI searching.avi
 /* @makedep: AUTHORS */
 AUTHORS RCDATA AUTHORS
 
+/* @makedep: shell32.manifest */
+124 RT_MANIFEST shell32.manifest
+
 /* please keep in sync with version.h values */
 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 
-- 
2.5.3



More information about the wine-patches mailing list